mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
Enable dumpprivkey in safe mode
This commit is contained in:
parent
2f0fa79db2
commit
3913a99087
@ -246,7 +246,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||||||
{ "getblocktemplate", &getblocktemplate, true, false },
|
{ "getblocktemplate", &getblocktemplate, true, false },
|
||||||
{ "submitblock", &submitblock, false, false },
|
{ "submitblock", &submitblock, false, false },
|
||||||
{ "listsinceblock", &listsinceblock, false, false },
|
{ "listsinceblock", &listsinceblock, false, false },
|
||||||
{ "dumpprivkey", &dumpprivkey, false, false },
|
{ "dumpprivkey", &dumpprivkey, true, false },
|
||||||
{ "importprivkey", &importprivkey, false, false },
|
{ "importprivkey", &importprivkey, false, false },
|
||||||
{ "listunspent", &listunspent, false, false },
|
{ "listunspent", &listunspent, false, false },
|
||||||
{ "getrawtransaction", &getrawtransaction, false, false },
|
{ "getrawtransaction", &getrawtransaction, false, false },
|
||||||
|
Loading…
Reference in New Issue
Block a user