Improve warning with details for estimatepriority RPC

This commit is contained in:
Jonathan Cross 2017-04-23 18:36:44 +02:00
parent f23e7a98b2
commit a708715cc3
No known key found for this signature in database
GPG key ID: D8578DF8EA7CCF1B

View file

@ -9,14 +9,13 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
{% assign summary_estimatePriority="estimates the priority that a transaction needs in order to be included within a certain number of blocks as a free high-priority transaction." %}
{% assign summary_estimatePriority="estimates the priority (coin age) that a transaction needs in order to be included within a certain number of blocks as a free high-priority transaction." %}
*Added in Bitcoin Core 0.10.0.*
The `estimatepriority` RPC {{summary_estimatePriority}}
The `estimatepriority` RPC {{summary_estimatePriority}} (not to be confused with the `prioritisetransaction` RPC which will remain supported for adding fee deltas to transactions)
{{WARNING}} `estimatepriority` will be removed in a later version of Bitcoin
Core. Use the RPCs listed in the See Also subsection below instead.
{{WARNING}} `estimatepriority` has been [removed](https://github.com/bitcoin/bitcoin/commit/fe282acd7604b5265762b24e531bdf1ebb1f009b) and will no longer be available in the next major release (target v0.15.0). Use the RPCs listed in the "See Also" subsection below instead.
Transaction priority is relative to a transaction's byte size.