aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorJeremy Rubin <jeremy.l.rubin@gmail.com>2017-01-09 17:17:48 -0500
committernicolas.dorier <nicolas.dorier@gmail.com>2018-03-07 08:31:30 -0500
commit8ee08120de0b6765d8b9081e06f743e15653f8e4 (patch)
tree048c76498c89192e350b3f71fd2b645a0d5c173d /src/rpc
parentf13d756cdd9445d1478a70c5387df2a444045f6e (diff)
downloadbitcoin-8ee08120de0b6765d8b9081e06f743e15653f8e4.tar.xz
Add address filtering to listreceivedbyaddress
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index a95ea0cf92..0eeb3f98b3 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -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" },