diff options
| author | JaSK <[email protected]> | 2014-04-08 16:13:15 +0200 |
|---|---|---|
| committer | JaSK <[email protected]> | 2014-07-02 15:48:38 +0200 |
| commit | 83f3543f20348aa718620314e7deb37bd0f71b90 (patch) | |
| tree | bb7c6bf0fff4b17247a0c42cf4dc81733c634b16 /src/rpcclient.cpp | |
| parent | Added argument to getbalance to include watchonly addresses and fixed errors ... (diff) | |
| download | discoin-83f3543f20348aa718620314e7deb37bd0f71b90.tar.xz discoin-83f3543f20348aa718620314e7deb37bd0f71b90.zip | |
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 ea5ca8e0f..d96b47833 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 }, |