Enable dumpprivkey in safe mode

This commit is contained in:
Andrew Poelstra 2013-02-14 11:49:12 -08:00
parent 2f0fa79db2
commit 3913a99087
1 changed files with 1 additions and 1 deletions

View File

@ -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 },