doc: update release notes for 22539

Following Marcofalke's feedback at https://github.com/bitcoin/bitcoin/pull/22539#discussion_r724971313
This commit is contained in:
Antoine Poinsot 2021-10-15 11:06:52 +02:00
parent 1884ce2f4c
commit 530735153b
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
2 changed files with 6 additions and 8 deletions

View File

@ -1,8 +0,0 @@
Notable changes
===============
P2P and network changes
-----------------------
- Fee estimation now takes the feerate of replacement (RBF) transactions into
account.

View File

@ -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
--------------------------------