diff options
author | Antoine Poinsot <darosior@protonmail.com> | 2021-10-15 11:06:52 +0200 |
---|---|---|
committer | Antoine Poinsot <darosior@protonmail.com> | 2021-10-15 12:59:09 +0200 |
commit | 530735153bc21a1e84773073ed26a4eea5693e1e (patch) | |
tree | efb78e91833c94c6730fcb75de3cc1eef18c9958 /doc | |
parent | 1884ce2f4c2cef9dd8023c6841672f522f14ec45 (diff) |
doc: update release notes for 22539
Following Marcofalke's feedback at https://github.com/bitcoin/bitcoin/pull/22539#discussion_r724971313
Diffstat (limited to 'doc')
-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 -------------------------------- |