mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge pull request #5936
212bcca Add optional locktime to createrawtransaction (Tom Harding)
This commit is contained in:
commit
bf7c1958d1
2 changed files with 17 additions and 4 deletions
|
|
@ -76,6 +76,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "getrawtransaction", 1 },
|
||||
{ "createrawtransaction", 0 },
|
||||
{ "createrawtransaction", 1 },
|
||||
{ "createrawtransaction", 2 },
|
||||
{ "signrawtransaction", 1 },
|
||||
{ "signrawtransaction", 2 },
|
||||
{ "sendrawtransaction", 1 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue