You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
374 B
13 lines
374 B
2 years ago
|
Wallet
|
||
|
------
|
||
|
|
||
|
- The `-walletrbf` startup option will now default to `true`. The
|
||
|
wallet will now default to opt-in RBF on transactions that it creates.
|
||
|
|
||
|
Updated RPCs
|
||
|
------------
|
||
|
|
||
|
- The `replaceable` option for the `createrawtransaction` and
|
||
|
`createpsbt` RPCs will now default to `true`. Transactions created
|
||
|
with these RPCs will default to having opt-in RBF enabled.
|