mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #1575 from jonathancross/estimatepriority
Improve warning with details for 'estimatepriority' RPC
This commit is contained in:
commit
0354fe0399
1 changed files with 5 additions and 4 deletions
|
@ -9,12 +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." %}
|
||||
|
||||
The `estimatepriority` RPC {{summary_estimatePriority}}
|
||||
*Added in Bitcoin Core 0.10.0.*
|
||||
|
||||
{{WARNING}} `estimatepriority` will be removed in a later version of Bitcoin
|
||||
Core. Use the RPCs listed in the See Also subsection below instead.
|
||||
The `estimatepriority` RPC {{summary_estimatePriority}} This should not to be confused with the `prioritisetransaction` RPC which will remain supported for adding fee deltas to transactions.
|
||||
|
||||
{{WARNING}} `estimatepriority` has been [removed](https://github.com/bitcoin/bitcoin/commit/fe282acd7604b5265762b24e531bdf1ebb1f009b) and will no longer be available in the next major release (planned for Bitcoin Core 0.15.0). Use the RPC listed in the "See Also" subsection below instead.
|
||||
|
||||
Transaction priority is relative to a transaction's byte size.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue