mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
V0.14.0 Coin priority (RPC and Guide) and Debug (#114)
* RPC - Update debug category list Related to dashpay/dash#2810 * RPC - Coin age priority updates - Remove estimate*priority - Remove priority param from prioritisetransactions - Adjust relay-fee param descriptions * Formatting - Minor fixes * Content - Sync guide and glossary with priority changes
This commit is contained in:
parent
e057568ccf
commit
865990cd4b
15 changed files with 52 additions and 72 deletions
|
@ -4,8 +4,8 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_addMultiSigAddress="adds a P2SH multisig address to the wallet." %}
|
||||
{% assign summary_addNode="attempts to add or remove a node from the addnode list, or to try a connection to a node once." %}
|
||||
{% assign summary_addWitnessAddress="adds a witness address for a script (with pubkey or redeem script known)." %}
|
||||
{% assign summary_bLS="provides a set of commands to execute BLS-related actions." %}
|
||||
{% assign summary_backupWallet="safely copies `wallet.dat`<!--noref--> to the specified file, which can be a directory or a path with filename." %}
|
||||
{% assign summary_bls="provides a set of commands to execute BLS-related actions." %}
|
||||
{% assign summary_bumpFee="replaces an unconfirmed wallet transaction that signaled RBF with a new transaction that pays a higher fee." %}
|
||||
{% assign summary_clearBanned="clears list of banned nodes." %}
|
||||
{% assign summary_createMultiSig="creates a P2SH multi-signature address." %}
|
||||
|
@ -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)." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue