Updating dust value to align with https://github.com/bitcoin-sv/bitco… #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…in-sv/releases/tag/v1.0.5
As can be seen here:
https://github.com/bitcoin-sv/bitcoin-sv/blob/782c043fb39060bfc12179792a590b6405b91f3c/src/test/transaction_tests.cpp#L651
And here:
https://github.com/bitcoin-sv/bitcoin-sv/blob/782c043fb39060bfc12179792a590b6405b91f3c/test/functional/dustrelayfee.py
The minimum dust threshold has been reduced to 135 and miners running bsv-1.0.5 are mining txs with values just higher than that e.g 140 satoshis here: https://whatsonchain.com/tx/75386e3f14e1507355fb9780b24aa70c42c9338e9e1a7b479bffb4d57e94c0c5
Perhaps you would prefer it to be added to the default options to allow for overriding? If so, let me know.
Thanks