Skip to content

Commit 0bd581a

Browse files
morcoslaanwj
authored andcommitted
add release notes for removal of priority estimation
1 parent b2322e0 commit 0bd581a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ 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+
Removal of Priority Estimation
52+
------------------------------
53+
54+
- Estimation of "priority" needed for a transaction to be included within a target
55+
number of blocks has been removed. The rpc calls are deprecated and will either
56+
return -1 or 1e24 appropriately. The format for fee_estimates.dat has also
57+
changed to no longer save these priority estimates. It will automatically be
58+
converted to the new format which is not readable by prior versions of the
59+
software.
5160

5261
0.14.0 Change log
5362
=================

0 commit comments

Comments
 (0)