Fix listreceivedbyaddress not taking address as a string

Fixes #14173. Add the patch in #14173 and include a regression test.
This commit is contained in:
Eric Scrivner
2018-10-06 10:11:38 -07:00
parent f504a1402a
commit d4d70eda33
2 changed files with 4 additions and 1 deletions

View File

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