mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
[doc]: add 30275
release notes
This commit is contained in:
parent
955f173b4b
commit
6e7e620864
1 changed files with 7 additions and 0 deletions
7
doc/release-notes-30275.md
Normal file
7
doc/release-notes-30275.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
RPC
|
||||
---
|
||||
|
||||
- The default mode for the `estimatesmartfee` RPC has been updated from `conservative` to `economical`.
|
||||
which is expected to reduce overestimation for many users, particularly if Replace-by-Fee is an option.
|
||||
For users that require high confidence in their fee estimates at the cost of potentially overestimating,
|
||||
the `conservative` mode remains available.
|
Loading…
Add table
Reference in a new issue