diff --git a/_data/glossary/en/high-priority-transaction.yaml b/_data/glossary/en/high-priority-transaction.yaml index 3077a887..02162843 100644 --- a/_data/glossary/en/high-priority-transaction.yaml +++ b/_data/glossary/en/high-priority-transaction.yaml @@ -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" --- diff --git a/_data/glossary/en/minimum-relay-fee.yaml b/_data/glossary/en/minimum-relay-fee.yaml index eb43a912..40557b1c 100644 --- a/_data/glossary/en/minimum-relay-fee.yaml +++ b/_data/glossary/en/minimum-relay-fee.yaml @@ -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" --- diff --git a/_includes/devdoc/guide_transactions.md b/_includes/devdoc/guide_transactions.md index 53d4ab4a..c7258f31 100644 --- a/_includes/devdoc/guide_transactions.md +++ b/_includes/devdoc/guide_transactions.md @@ -671,18 +671,12 @@ Dash miner, as explained in the [block chain section][section block chain], and so it is ultimately up to each miner to choose the minimum transaction fee they will accept. -There is also a concept of so-called "[high-priority transactions][/en/glossary/high-priority-transaction]{:#term-high-priority-transactions}{:.term}" -which spend duffs that have not moved for a long time. - -These "priority" transaction can be often exempt from the normal fee -requirements. As of Dash Core 0.12.2, 10 KB of each block are reserved for these -high-priority transactions. After the priority area, all transactions are -prioritized based on their fee per byte, with higher-paying transactions being -added in sequence until all of the available space is filled. +All transactions are prioritized based on their fee per byte, with higher-paying +transactions being added in sequence until all of the available space is filled. -As of Dash Core 0.12.2.x, a [minimum fee][/en/glossary/minimum-relay-fee]{:#term-minimum-fee}{:.term}(1,000 duffs following [DIP1][] activation) is required to -broadcast a non-priority transaction across the network. Any transaction paying +As of Dash Core 0.12.2.x, a [minimum fee][/en/glossary/minimum-relay-fee]{:#term-minimum-fee}{:.term} (1,000 duffs following [DIP1][] activation) is required to +broadcast a transaction across the network. Any transaction paying only the minimum fee should be prepared to wait a long time before there's enough spare space in a block to include it.