From 530735153bc21a1e84773073ed26a4eea5693e1e Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Fri, 15 Oct 2021 11:06:52 +0200 Subject: doc: update release notes for 22539 Following Marcofalke's feedback at https://github.com/bitcoin/bitcoin/pull/22539#discussion_r724971313 --- doc/release-notes-22539.md | 8 -------- doc/release-notes.md | 6 ++++++ 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 doc/release-notes-22539.md (limited to 'doc') diff --git a/doc/release-notes-22539.md b/doc/release-notes-22539.md deleted file mode 100644 index 9f56071451..0000000000 --- a/doc/release-notes-22539.md +++ /dev/null @@ -1,8 +0,0 @@ -Notable changes -=============== - -P2P and network changes ------------------------ - -- Fee estimation now takes the feerate of replacement (RBF) transactions into - account. diff --git a/doc/release-notes.md b/doc/release-notes.md index 81e79dd3a9..35ef546dc1 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -61,6 +61,12 @@ P2P and network changes They will become eligible for address gossip after sending an ADDR, ADDRV2, or GETADDR message. (#21528) +Fee estimation changes +---------------------- + +- Fee estimation now takes the feerate of replacement (RBF) transactions into + account. (#22539) + Rescan startup parameter removed -------------------------------- -- cgit v1.2.3