add z_getnotescount as rpc call ported for Hush from https://github.com/zcash/zcash/pull/4465

This commit is contained in:
DenioD
2020-04-25 00:30:06 +02:00
parent a0e36da33c
commit b3c7e048ab
2 changed files with 38 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "z_listunspent", 2 },
{ "z_listunspent", 3 },
{ "z_getbalance", 1},
{ "z_getnotescount", 0},
{ "z_gettotalbalance", 0},
{ "z_gettotalbalance", 1},
{ "z_gettotalbalance", 2},