@@ -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
@@ -58,9 +69,11 @@ Removal of Priority Estimation
58
69
converted to the new format which is not readable by prior versions of the
59
70
software.
60
71
61
- - The concept of "priority" transactions is planned to be removed in the next
62
- major version. To prepare for this, the default for the rate limit of priority
63
- transactions (` -limitfreerelay ` ) has been set to ` 0 ` kB/minute.
72
+ - The concept of "priority" (coin age) transactions is planned to be removed in
73
+ the next major version. To prepare for this, the default for the rate limit of
74
+ priority transactions (` -limitfreerelay ` ) has been set to ` 0 ` kB/minute. This
75
+ is not to be confused with the ` prioritisetransaction ` RPC which will remain
76
+ supported for adding fee deltas to transactions.
64
77
65
78
P2P connection management
66
79
--------------------------
0 commit comments