aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-11413.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes-11413.md')
-rw-r--r--doc/release-notes-11413.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/release-notes-11413.md b/doc/release-notes-11413.md
deleted file mode 100644
index 32735e37f6..0000000000
--- a/doc/release-notes-11413.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Updated or changed RPC
-----------------------
-
-The `bumpfee`, `fundrawtransaction`, `sendmany`, `sendtoaddress`, and `walletcreatefundedpsbt`
-RPC commands have been updated to include two new fee estimation methods "BTC/kB" and "sat/B".
-The target is the fee expressed explicitly in the given form. Note that use of this feature
-will trigger BIP 125 (replace-by-fee) opt-in.
-
-In addition, the `estimate_mode` parameter is now case insensitive for all of the above RPC commands.
-
-The `bumpfee` command now uses `conf_target` rather than `confTarget` in the options.