Skip to content

Commit 25dac9f

Browse files
committed
doc: add release notes for explicit fee estimators and bumpfee change
1 parent 05227a3 commit 25dac9f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/release-notes-11413.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Updated or changed RPC
2+
----------------------
3+
4+
The `bumpfee`, `fundrawtransaction`, `sendmany`, `sendtoaddress`, and `walletcreatefundedpsbt`
5+
RPC commands have been updated to include two new fee estimation methods "BTC/kB" and "sat/B".
6+
The target is the fee expressed explicitly in the given form. Note that use of this feature
7+
will trigger BIP 125 (replace-by-fee) opt-in.
8+
9+
In addition, the `estimate_mode` parameter is now case insensitive for all of the above RPC commands.
10+
11+
The `bumpfee` command now uses `conf_target` rather than `confTarget` in the options.

0 commit comments

Comments
 (0)