diff options
| author | Eric Scrivner <[email protected]> | 2018-10-06 10:11:38 -0700 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-11-28 15:35:05 -0500 |
| commit | fb9ad043f8b82c7d507ee729121658073eb894f8 (patch) | |
| tree | 733d16ab8acec7c30812a9a782cb58e8243390a8 /src | |
| parent | wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT... (diff) | |
| download | discoin-fb9ad043f8b82c7d507ee729121658073eb894f8.tar.xz discoin-fb9ad043f8b82c7d507ee729121658073eb894f8.zip | |
Fix listreceivedbyaddress not taking address as a string
Fixes #14173. Add the patch in #14173 and include a regression test.
Github-Pull: #14417
Rebased-From: d4d70eda339f6f74390b56edd4021e928bb588a7
Diffstat (limited to 'src')
| -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 c7f3e38ac..9fa042016 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" }, { "listreceivedbyaccount", 0, "minconf" }, { "listreceivedbyaccount", 1, "include_empty" }, { "listreceivedbyaccount", 2, "include_watchonly" }, |