aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2022-07-14 15:15:28 -0400
committerAndrew Chow <achow101-github@achow101.com>2022-07-15 11:46:35 -0400
commitab3c06db1aed979847158505f3df1dcea9fd6c2b (patch)
tree3a4336f45809bfd919030c11e42c7084fba90d9f /doc
parent61d9149e7804e2cec8fecf4150837344322eb301 (diff)
downloadbitcoin-ab3c06db1aed979847158505f3df1dcea9fd6c2b.tar.xz
doc: Release notes for default RBF
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-25610.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/release-notes-25610.md b/doc/release-notes-25610.md
new file mode 100644
index 0000000000..743a7709bf
--- /dev/null
+++ b/doc/release-notes-25610.md
@@ -0,0 +1,12 @@
+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.