diff options
| author | Benedict Chan <[email protected]> | 2014-09-07 12:38:42 +0000 |
|---|---|---|
| committer | Benedict Chan <[email protected]> | 2014-09-16 11:12:01 +0000 |
| commit | 1a613963e1567fd6102e783422cc6cad672dd1a5 (patch) | |
| tree | 200615ede6bfd511bf0943f0fb7b8c1d4d3a6532 /src/rpcclient.cpp | |
| parent | update rpc help message for gettransaction to add includeWatchonly param (diff) | |
| download | discoin-1a613963e1567fd6102e783422cc6cad672dd1a5.tar.xz discoin-1a613963e1567fd6102e783422cc6cad672dd1a5.zip | |
fix missing gettransaction entries in rpcclient
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 81797248b..05e54dcbf 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -67,6 +67,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 1 }, { "listunspent", 2 }, { "getblock", 1 }, + { "gettransaction", 1 }, { "getrawtransaction", 1 }, { "createrawtransaction", 0 }, { "createrawtransaction", 1 }, |