mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-29 09:55:49 +02:00
Merge #9672: Opt-into-RBF for RPC & bitcoin-tx
9a5a1d7RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value (Luke Dashjr)23b0fe3bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in (Luke Dashjr)b005bf2Introduce MAX_BIP125_RBF_SEQUENCE constant (Luke Dashjr)575cde4[bitcoin-tx] add rbfoptin command (Jonas Schnelli)5d26244[Tests] extend the replace-by-fee test to cover RPC rawtx features (Jonas Schnelli)36bcab2RPC/Wallet: Add RBF support for fundrawtransaction (Luke Dashjr)891c5eeWallet: Refactor FundTransaction to accept parameters via CCoinControl (Luke Dashjr)578ec80RPC: rawtransaction: Add RBF support for createrawtransaction (Luke Dashjr) Tree-SHA512: 446e37c617c188cc3b3fd1e2841c98eda6f4869e71cb3249c4a9e54002607d0f1e6bef92187f7894d4e0746ab449cfee89be9f6a1a8831e25c70cf912eac1570
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user