Skip to content

Commit

Permalink
fix missing gettransaction entries in rpcclient
Browse files Browse the repository at this point in the history
  • Loading branch information
bencxr committed Sep 16, 2014
1 parent 57e1716 commit 1a61396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpcclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "listunspent", 1 },
{ "listunspent", 2 },
{ "getblock", 1 },
{ "gettransaction", 1 },
{ "getrawtransaction", 1 },
{ "createrawtransaction", 0 },
{ "createrawtransaction", 1 },
Expand Down

0 comments on commit 1a61396

Please sign in to comment.