diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-17 13:05:11 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-17 13:05:41 +0200 |
commit | 5b9d1e10a831b6413b0f6ed54017c9d42139282f (patch) | |
tree | ecccbd64f24d8231662088c8199583f1508d3520 /src/rpcclient.cpp | |
parent | 69dd8c919aa3a1b88af34265f828fe0a58a55014 (diff) | |
parent | 1a613963e1567fd6102e783422cc6cad672dd1a5 (diff) |
Merge pull request #4863
1a61396 fix missing gettransaction entries in rpcclient (Benedict Chan)
57e1716 update rpc help message for gettransaction to add includeWatchonly param (Benedict Chan)
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 0279cd76ec..a9c491cede 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -66,6 +66,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 1 }, { "listunspent", 2 }, { "getblock", 1 }, + { "gettransaction", 1 }, { "getrawtransaction", 1 }, { "createrawtransaction", 0 }, { "createrawtransaction", 1 }, |