Add z_listreceivedbyaddress RPC call

This commit is contained in:
Simon
2016-09-07 16:09:16 -07:00
parent 1b141933e5
commit 6c41028f7c
4 changed files with 64 additions and 0 deletions

View File

@@ -385,6 +385,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "zcrawjoinsplit", &zc_raw_joinsplit, true },
{ "wallet", "zcrawreceive", &zc_raw_receive, true },
{ "wallet", "zcsamplejoinsplit", &zc_sample_joinsplit, true },
{ "wallet", "z_listreceivedbyaddress",&z_listreceivedbyaddress,false },
{ "wallet", "z_getbalance", &z_getbalance, false },
{ "wallet", "z_gettotalbalance", &z_gettotalbalance, false },
{ "wallet", "z_sendmany", &z_sendmany, false },