mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
fix missing gettransaction entries in rpcclient
This commit is contained in:
parent
57e1716de6
commit
1a613963e1
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "listunspent", 1 },
|
||||
{ "listunspent", 2 },
|
||||
{ "getblock", 1 },
|
||||
{ "gettransaction", 1 },
|
||||
{ "getrawtransaction", 1 },
|
||||
{ "createrawtransaction", 0 },
|
||||
{ "createrawtransaction", 1 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue