diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2017-02-02 22:15:55 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2017-06-05 23:09:01 +0000 |
commit | 578ec80d4fcef6be48acf45185d1248bb62bfdbf (patch) | |
tree | 560b516c5943e28ed75852e8717b474b3b166a99 /src/rpc/client.cpp | |
parent | 9fec4da0bec93a49798b5f5e92cf76e900759ee4 (diff) |
RPC: rawtransaction: Add RBF support for createrawtransaction
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index a3a692c14d..ec27e55f02 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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" }, |