diff options
author | Antoine Poinsot <darosior@protonmail.com> | 2021-09-24 15:16:31 +0200 |
---|---|---|
committer | Antoine Poinsot <darosior@protonmail.com> | 2021-09-29 17:24:30 +0200 |
commit | 3b613722f6b895d7b268b3f878fddfc888381226 (patch) | |
tree | 9944d5286a4865c12a99e17c2dcafebb0b6a882c /doc/release-notes-22539.md | |
parent | 45564065627ada5dfadff13bc32bc672a4edf152 (diff) |
Add release notes for fee est with replacement txs
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
Diffstat (limited to 'doc/release-notes-22539.md')
-rw-r--r-- | doc/release-notes-22539.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-22539.md b/doc/release-notes-22539.md new file mode 100644 index 0000000000..9f56071451 --- /dev/null +++ b/doc/release-notes-22539.md @@ -0,0 +1,8 @@ +Notable changes +=============== + +P2P and network changes +----------------------- + +- Fee estimation now takes the feerate of replacement (RBF) transactions into + account. |