diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 3fb9dee22..2653311cb 100644 --- a/src/rpcserver.cpp +++ b/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 },