File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,17 @@ Low-level RPC changes
48
48
an optional third arg, which was always ignored. Make sure to never pass more
49
49
than two arguments.
50
50
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
+
51
62
Removal of Priority Estimation
52
63
------------------------------
53
64
You can’t perform that action at this time.
0 commit comments