aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-06-28 17:49:04 -0400
committerMatt Corallo <git@bluematt.me>2017-07-05 18:11:19 -0400
commit928c6811f22fa857958782a994089523104d89d1 (patch)
tree575e7c0d8c961fe0fa81c5a5286c0737a5643c66 /src/rpc/client.cpp
parent90a002ea647dcea57a2ed4294eab77897168ba1d (diff)
downloadbitcoin-928c6811f22fa857958782a994089523104d89d1.tar.xz
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.cpp2
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" },