We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2322e0 commit 0bd581aCopy full SHA for 0bd581a
doc/release-notes.md
@@ -48,6 +48,15 @@ Low-level RPC changes
48
an optional third arg, which was always ignored. Make sure to never pass more
49
than two arguments.
50
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.
60
61
0.14.0 Change log
62
=================
0 commit comments