mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
RPC: rawtransaction: Add RBF support for createrawtransaction
This commit is contained in:
parent
9fec4da0be
commit
578ec80d4f
2 changed files with 19 additions and 5 deletions
|
|
@ -86,6 +86,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "createrawtransaction", 0, "inputs" },
|
||||
{ "createrawtransaction", 1, "outputs" },
|
||||
{ "createrawtransaction", 2, "locktime" },
|
||||
{ "createrawtransaction", 3, "optintorbf" },
|
||||
{ "signrawtransaction", 1, "prevtxs" },
|
||||
{ "signrawtransaction", 2, "privkeys" },
|
||||
{ "sendrawtransaction", 1, "allowhighfees" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue