diff options
author | JaSK <temp@temp.temp> | 2014-04-08 16:13:15 +0200 |
---|---|---|
committer | JaSK <temp@temp.temp> | 2014-07-02 15:48:38 +0200 |
commit | 83f3543f20348aa718620314e7deb37bd0f71b90 (patch) | |
tree | bb7c6bf0fff4b17247a0c42cf4dc81733c634b16 /src/rpcclient.cpp | |
parent | d4640d7d8c3ba373195d33ab75db9c8cb43f8806 (diff) |
Added argument to listaccounts to include watchonly addresses
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r-- | src/rpcclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index ea5ca8e0f6..d96b47833f 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -49,6 +49,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listtransactions", 1 }, { "listtransactions", 2 }, { "listaccounts", 0 }, + { "listaccounts", 1 }, { "walletpassphrase", 1 }, { "getblocktemplate", 0 }, { "listsinceblock", 1 }, |