Use "replaceable" instead of "optintorbf" in createrawtransaction.

To be consistent with other places (and add the missing named
args entry for it).
This commit is contained in:
Matt Corallo
2017-06-28 17:49:04 -04:00
parent 90a002ea64
commit 928c6811f2
2 changed files with 6 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "createrawtransaction", 0, "inputs" },
{ "createrawtransaction", 1, "outputs" },
{ "createrawtransaction", 2, "locktime" },
{ "createrawtransaction", 3, "optintorbf" },
{ "createrawtransaction", 3, "replaceable" },
{ "signrawtransaction", 1, "prevtxs" },
{ "signrawtransaction", 2, "privkeys" },
{ "sendrawtransaction", 1, "allowhighfees" },