diff options
author | Matt Corallo <git@bluematt.me> | 2017-06-28 17:49:04 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2017-07-05 18:11:19 -0400 |
commit | 928c6811f22fa857958782a994089523104d89d1 (patch) | |
tree | 575e7c0d8c961fe0fa81c5a5286c0737a5643c66 /src/rpc/client.cpp | |
parent | 90a002ea647dcea57a2ed4294eab77897168ba1d (diff) |
Use "replaceable" instead of "optintorbf" in createrawtransaction.
To be consistent with other places (and add the missing named
args entry for it).
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index cb1539dce5..a3ea5390ee 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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" }, |