Disable z_sendmany in safe mode

This commit is contained in:
Simon 2016-09-07 15:39:23 -07:00
parent fc46069e81
commit 6d2d045c6b
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "zcsamplejoinsplit", &zc_sample_joinsplit, true },
{ "wallet", "z_getbalance", &z_getbalance, false },
{ "wallet", "z_gettotalbalance", &z_gettotalbalance, false },
{ "wallet", "z_sendmany", &z_sendmany, true },
{ "wallet", "z_sendmany", &z_sendmany, false },
{ "wallet", "z_getoperationstatus", &z_getoperationstatus, true },
{ "wallet", "z_getoperationresult", &z_getoperationresult, true },
{ "wallet", "z_listoperationids", &z_listoperationids, true },