Skip to content

Commit 34ede12

Browse files
committed
Document fee estimation changes
1 parent b348287 commit 34ede12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/release-notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ Low-level RPC changes
4848
an optional third arg, which was always ignored. Make sure to never pass more
4949
than two arguments.
5050

51+
Fee Estimation Changes
52+
----------------------
53+
54+
- Since 0.13.2 fee estimation for a confirmation target of 1 block has been
55+
disabled. This is only a minor behavior change as there was often insufficient
56+
data for this target anyway. `estimatefee 1` will now always return -1 and
57+
`estimatesmartfee 1` will start searching at a target of 2.
58+
59+
- The default target for fee estimation is changed to 6 blocks in both the GUI
60+
(previously 25) and for RPC calls (previously 2).
61+
5162
Removal of Priority Estimation
5263
------------------------------
5364

0 commit comments

Comments
 (0)