Add address filtering to listreceivedbyaddress

This commit is contained in:
Jeremy Rubin
2017-01-09 17:17:48 -05:00
committed by nicolas.dorier
parent f13d756cdd
commit 8ee08120de
2 changed files with 39 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "listreceivedbyaddress", 0, "minconf" },
{ "listreceivedbyaddress", 1, "include_empty" },
{ "listreceivedbyaddress", 2, "include_watchonly" },
{ "listreceivedbyaddress", 3, "address_filter" },
{ "listreceivedbyaccount", 0, "minconf" },
{ "listreceivedbyaccount", 1, "include_empty" },
{ "listreceivedbyaccount", 2, "include_watchonly" },