estimatepriority
util removed deprecated v0.14 removed v0.15
This RPC no longer exists in Bitcoin Core.
Documented here so users finding old tutorials, blog posts, or code samples
can learn what it did, when it went away, and what to use instead.
Estimated the priority a zero-fee transaction needed to begin confirmation. The 'priority' concept itself was removed from Bitcoin Core.
Use instead
No direct replacement, the underlying functionality was removed entirely. See the relevant Bitcoin Core release notes for context.
Last-known help text
From the version just before removal.
estimatepriority nblocks
DEPRECATED. Estimates the approximate priority a zero-fee transaction needs to
begin confirmation within nblocks blocks. Removed entirely along with the
transaction-priority concept.