diff options
author | Benedict Chan <bencxr@fragnetics.com> | 2014-09-07 12:38:42 +0000 |
---|---|---|
committer | Benedict Chan <bencxr@fragnetics.com> | 2014-09-16 11:12:01 +0000 |
commit | 1a613963e1567fd6102e783422cc6cad672dd1a5 (patch) | |
tree | 200615ede6bfd511bf0943f0fb7b8c1d4d3a6532 /src | |
parent | 57e1716de6a6deba23ad8c4152cc0a32a4974c41 (diff) |
fix missing gettransaction entries in rpcclient
Diffstat (limited to 'src')
-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 81797248b4..05e54dcbf6 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 }, |