Closes #2910. Add z_listunspent RPC call.
This commit is contained in:
@@ -105,6 +105,10 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "getblocksubsidy", 0},
|
||||
{ "z_listaddresses", 0},
|
||||
{ "z_listreceivedbyaddress", 1},
|
||||
{ "z_listunspent", 0 },
|
||||
{ "z_listunspent", 1 },
|
||||
{ "z_listunspent", 2 },
|
||||
{ "z_listunspent", 3 },
|
||||
{ "z_getbalance", 1},
|
||||
{ "z_gettotalbalance", 0},
|
||||
{ "z_gettotalbalance", 1},
|
||||
|
||||
Reference in New Issue
Block a user