mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Merge pull request #2308 from apoelstra/safemode-privkey
Enable dumpprivkey in safe mode
This commit is contained in:
commit
1167af7e5c
@ -246,7 +246,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "getblocktemplate", &getblocktemplate, true, false },
|
||||
{ "submitblock", &submitblock, false, false },
|
||||
{ "listsinceblock", &listsinceblock, false, false },
|
||||
{ "dumpprivkey", &dumpprivkey, false, false },
|
||||
{ "dumpprivkey", &dumpprivkey, true, false },
|
||||
{ "importprivkey", &importprivkey, false, false },
|
||||
{ "listunspent", &listunspent, false, false },
|
||||
{ "getrawtransaction", &getrawtransaction, false, false },
|
||||
|
Loading…
Reference in New Issue
Block a user