diff options
| author | Matt Corallo <[email protected]> | 2017-06-28 17:49:04 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-07-05 18:11:19 -0400 |
| commit | 928c6811f22fa857958782a994089523104d89d1 (patch) | |
| tree | 575e7c0d8c961fe0fa81c5a5286c0737a5643c66 /src/rpc/client.cpp | |
| parent | Merge #10558: Address nits from per-utxo change (diff) | |
| download | discoin-928c6811f22fa857958782a994089523104d89d1.tar.xz discoin-928c6811f22fa857958782a994089523104d89d1.zip | |
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 cb1539dce..a3ea5390e 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" }, |