Browse Source

Disable z_sendmany in safe mode

metaverse
Simon 8 years ago
parent
commit
6d2d045c6b
  1. 2
      src/rpcserver.cpp

2
src/rpcserver.cpp

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

Loading…
Cancel
Save