diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-10-15 14:21:39 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-10-15 14:21:43 +0200 |
commit | ce19f4fd37c89bcc2dc9ca1d22edccf4359698d5 (patch) | |
tree | efb78e91833c94c6730fcb75de3cc1eef18c9958 | |
parent | 1884ce2f4c2cef9dd8023c6841672f522f14ec45 (diff) | |
parent | 530735153bc21a1e84773073ed26a4eea5693e1e (diff) |
Merge bitcoin/bitcoin#23284: doc: update release notes for 22539
530735153bc21a1e84773073ed26a4eea5693e1e doc: update release notes for 22539 (Antoine Poinsot)
Pull request description:
Following Marcofalke's feedback at https://github.com/bitcoin/bitcoin/pull/22539#discussion_r724971313
ACKs for top commit:
shaavan:
ACK 530735153bc21a1e84773073ed26a4eea5693e1e
Tree-SHA512: 91ea3e6c7fc06a4f40723217735e3d3f12812dc5adafa4f8c505ae4df5bd91345133099a9c158a7f15f01313c3128c8c15455c24256d76cd93033c0b5ce2c64f
-rw-r--r-- | doc/release-notes-22539.md | 8 | ||||
-rw-r--r-- | doc/release-notes.md | 6 |
2 files changed, 6 insertions, 8 deletions
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 -------------------------------- |