diff options
| author | JaSK <[email protected]> | 2014-04-08 15:23:50 +0200 |
|---|---|---|
| committer | JaSK <[email protected]> | 2014-07-02 15:48:38 +0200 |
| commit | d4640d7d8c3ba373195d33ab75db9c8cb43f8806 (patch) | |
| tree | 7966357313fbf458c8fadf1bd99f3f80e879e111 /src/rpcclient.cpp | |
| parent | Watchonly transactions are marked in transaction history (diff) | |
| download | discoin-d4640d7d8c3ba373195d33ab75db9c8cb43f8806.tar.xz discoin-d4640d7d8c3ba373195d33ab75db9c8cb43f8806.zip | |
Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation.
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 76c99e7c9..ea5ca8e0f 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -40,6 +40,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listreceivedbyaccount", 0 }, { "listreceivedbyaccount", 1 }, { "getbalance", 1 }, + { "getbalance", 2 }, { "getblockhash", 0 }, { "move", 2 }, { "move", 3 }, |