From 25dac9fa65243ca8db02df22f484039c08114401 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Mon, 12 Nov 2018 21:01:12 +0900 Subject: doc: add release notes for explicit fee estimators and bumpfee change --- doc/release-notes-11413.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/release-notes-11413.md (limited to 'doc') diff --git a/doc/release-notes-11413.md b/doc/release-notes-11413.md new file mode 100644 index 0000000000..32735e37f6 --- /dev/null +++ b/doc/release-notes-11413.md @@ -0,0 +1,11 @@ +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. -- cgit v1.2.3