RPC - Coin age priority updates

- Remove estimate*priority
 - Remove priority param from prioritisetransactions
 - Adjust relay-fee param descriptions
This commit is contained in:
thephez 2019-03-27 16:08:23 -04:00
parent 6c611b3c4a
commit 8ed9adf6e6
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
8 changed files with 26 additions and 40 deletions

View file

@ -19,9 +19,9 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% assign summary_dumpWallet="creates or overwrites a file with all wallet keys in a human-readable format." %}
{% assign summary_encryptWallet="encrypts the wallet with a passphrase. This is only to enable encryption for the first time. After encryption is enabled, you will need to enter the passphrase to use private keys." %}
{% assign summary_estimateFee="estimates the transaction fee per kilobyte that needs to be paid for a transaction to begin confirmation within a certain number of blocks." %}
{% 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="was removed in Dash Core 0.14.0." %}
{% assign summary_estimateSmartFee="estimates the transaction fee per kilobyte that needs to be paid for a transaction to begin confirmation within a certain number of blocks and returns the number of blocks for which the estimate is valid." %}
{% assign summary_estimateSmartPriority="estimates the priority that a transaction needs in order to be included within a certain number of blocks as a free high-priority transaction and returns the number of blocks for which the estimate is valid." %}
{% assign summary_estimateSmartPriority="was removed in Dash Core 0.14.0." %}
{% assign summary_fundRawTransaction="adds inputs to a transaction until it has enough in value to meet its out value." %}
{% assign summary_gObject="provides a set of commands for managing governance objects and displaying information about them." %}
{% assign summary_generate="mines blocks immediately (before the RPC call returns)." %}