diff options
author | Eric Scrivner <eric.t.scrivner@gmail.com> | 2018-10-06 10:11:38 -0700 |
---|---|---|
committer | Eric Scrivner <eric.t.scrivner@gmail.com> | 2018-10-14 09:48:06 -0700 |
commit | d4d70eda339f6f74390b56edd4021e928bb588a7 (patch) | |
tree | e8d8ac61406ea81289a347cddf7c600cef0d5f0a /src/rpc | |
parent | f504a1402afd0760e9d348ecc8bad0094aa7d705 (diff) |
Fix listreceivedbyaddress not taking address as a string
Fixes #14173. Add the patch in #14173 and include a regression test.
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 649e222c39..2bf6aa3b76 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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" }, |