bitcoin/doc/release-notes-30275.md

8 lines
371 B
Markdown
Raw Normal View History

2024-07-25 13:30:06 +01:00
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.