Dev docs: edits to removed estimatepriority RPC

This commit is contained in:
David A. Harding 2017-05-12 13:54:57 -04:00
parent 96b7cce4b4
commit e25cbcefcd
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -13,9 +13,9 @@ http://opensource.org/licenses/MIT.
*Added in Bitcoin Core 0.10.0.* *Added in Bitcoin Core 0.10.0.*
The `estimatepriority` RPC {{summary_estimatePriority}} (not to be confused with the `prioritisetransaction` RPC which will remain supported for adding fee deltas to transactions) 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 (target v0.15.0). 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 (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. Transaction priority is relative to a transaction's byte size.