mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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
|
@ -9,8 +9,10 @@ required:
|
|||
summary_max_255_characters_no_formatting: >
|
||||
Transactions that don't have to pay a transaction fee because
|
||||
their inputs have been idle long enough to accumulated large
|
||||
amounts of priority. Note: miners choose whether to accept free
|
||||
transactions.
|
||||
amounts of priority.
|
||||
Note: As of Dash Core 0.12.3, all
|
||||
transactions require a fee. Also, coin age priority logic was
|
||||
removed in Dash Core 0.14.0.
|
||||
|
||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||
- High-priority transaction
|
||||
|
@ -24,7 +26,6 @@ optional:
|
|||
not_to_be_confused_with_capitalize_first_letter:
|
||||
|
||||
links_html_or_markdown_style_capitalize_first_letter:
|
||||
- "[High-priority transactions](/en/developer-guide#term-high-priority-transactions) --- Developer Guide"
|
||||
- "[Free transaction relay policy](https://en.bitcoin.it/wiki/Free_transaction_relay_policy) --- Bitcoin Wiki"
|
||||
#- "[High-priority transactions](/en/developer-guide#term-high-priority-transactions) --- Developer Guide"
|
||||
|
||||
---
|
||||
|
|
|
@ -7,10 +7,9 @@ required:
|
|||
title_max_40_characters_no_formatting: Minimum Relay Fee
|
||||
|
||||
summary_max_255_characters_no_formatting: >
|
||||
The minimum transaction fee a transaction must pay (if it isn't
|
||||
a high-priority transaction) for a full node to relay that
|
||||
transaction to other nodes. There is no one minimum relay
|
||||
fee---each node chooses its own policy.
|
||||
The minimum transaction fee a transaction must pay for a full
|
||||
node to relay that transaction to other nodes. There is no
|
||||
one minimum relay fee---each node chooses its own policy.
|
||||
|
||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||
- Minimum relay fee
|
||||
|
@ -27,6 +26,6 @@ optional:
|
|||
|
||||
links_html_or_markdown_style_capitalize_first_letter:
|
||||
- "[Minimum relay fee](/en/developer-guide#term-minimum-fee) --- Developer Guide"
|
||||
- "[Transaction fees](https://en.bitcoin.it/wiki/Transaction_fees) --- Bitcoin Wiki"
|
||||
#- "[Transaction fees](https://en.bitcoin.it/wiki/Transaction_fees) --- Bitcoin Wiki"
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue