mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 07:51:39 +02:00
Merge bitcoin/bitcoin#30525: doc, rpc : #30275
followups
fa2f26960e
[rpc, fees]: add more detail on the fee estimation modes (ismaelsadeeq)6e7e620864
[doc]: add `30275` release notes (ismaelsadeeq) Pull request description: This PR: 1. Adds release notes for #30275 2. Describe fee estimation modes in RPC help texts ACKs for top commit: achow101: ACKfa2f26960e
glozow: ACKfa2f26960e
willcl-ark: ACKfa2f26960e
tdb3: re ACKfa2f26960e
Tree-SHA512: b8ea000b599297b954dc770137c29b47153e68644c58550a73e34b74ecb8b65e78417875481efdfdf6aab0018a9cd1d90d8baa5a015e70aca0975f6e1dc9598c
This commit is contained in:
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.
|
Reference in New Issue
Block a user