mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-12 16:47:58 +02:00
doc: add release notes
This commit is contained in:
9
doc/release-notes-33199.md
Normal file
9
doc/release-notes-33199.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Fee Estimation
|
||||||
|
========================
|
||||||
|
|
||||||
|
- The Bitcoin Core fee estimator minimum fee rate bucket was updated from **1 sat/vB** to **0.1 sat/vB**,
|
||||||
|
which matches the node’s default `minrelayfee`.
|
||||||
|
This means that for a given confirmation target, if a sub-1 sat/vB fee rate bucket is the minimum tracked
|
||||||
|
with sufficient data, its average value will be returned as the fee rate estimate.
|
||||||
|
|
||||||
|
- Note: Restarting a node with this change invalidates previously saved estimates in `fee_estimates.dat`, the fee estimator will start tracking fresh stats.
|
||||||
Reference in New Issue
Block a user