mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
371 B
8 lines
371 B
4 months ago
|
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.
|