aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
diff options
context:
space:
mode:
authorJaSK <temp@temp.temp>2014-05-31 16:57:26 +0200
committerJaSK <temp@temp.temp>2014-07-02 15:48:39 +0200
commit0fa2f8899adf8f9f0ead29ba5d708ead6c5d4eaf (patch)
treeb8ac19daff1333e1a80faf94eb74d5b214b49fa0 /src/rpcclient.cpp
parentf87ba3df64bb5825f7e2f6a33c93cf5738682019 (diff)
downloadbitcoin-0fa2f8899adf8f9f0ead29ba5d708ead6c5d4eaf.tar.xz
added includedWatchonly argument to listreceivedbyaddress/...account
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r--src/rpcclient.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp
index b2387cb062..5edeecf933 100644
--- a/src/rpcclient.cpp
+++ b/src/rpcclient.cpp
@@ -37,8 +37,10 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getreceivedbyaccount", 1 },
{ "listreceivedbyaddress", 0 },
{ "listreceivedbyaddress", 1 },
+ { "listreceivedbyaddress", 2 },
{ "listreceivedbyaccount", 0 },
{ "listreceivedbyaccount", 1 },
+ { "listreceivedbyaccount", 2 },
{ "getbalance", 1 },
{ "getbalance", 2 },
{ "getblockhash", 0 },
@@ -65,7 +67,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "listunspent", 1 },
{ "listunspent", 2 },
{ "getblock", 1 },
- { "gettransaction", 1},
{ "getrawtransaction", 1 },
{ "createrawtransaction", 0 },
{ "createrawtransaction", 1 },