diff options
author | JaSK <temp@temp.temp> | 2014-05-23 00:58:15 +0200 |
---|---|---|
committer | JaSK <temp@temp.temp> | 2014-07-02 15:48:39 +0200 |
commit | f87ba3df64bb5825f7e2f6a33c93cf5738682019 (patch) | |
tree | 57810128e440d7c4d5bf9b0f58bad14d288d9aed /src/rpcclient.cpp | |
parent | a5c6c5d6df887764ac07664aae842234c19bbf8d (diff) |
added includeWatchonly argument to 'gettransaction' because it affects 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 f329d517b3..b2387cb062 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -65,6 +65,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 1 }, { "listunspent", 2 }, { "getblock", 1 }, + { "gettransaction", 1}, { "getrawtransaction", 1 }, { "createrawtransaction", 0 }, { "createrawtransaction", 1 }, |