-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consider default dustrelayfee when generating transactions #2491
Comments
These are happening in the wild now - we must not have all our lbrycrd servers configured with the legacy default min fee (this was just a workaround as miners may not accept it anyway).
|
lbry-sdk should also not allow any claims/transactions to be created with outputs lower than the dust limit (1000 sats). |
Here's an example of one being created as change by the SDK: https://explorer.lbry.com/tx/57b7eb3c7609c4af004d2bf94030909af4a29f27e413e2a272e20c9e39932d39#input-24995255 |
YT Sync:
|
Per lbryio/lbrycrd#307 (comment), the min vout value will be 3000 dewies in the next lbrycrd release (this was later updated to 1000 dewies). Today, torba produces transactions with very small vouts that may not get processed by all miners, and thus, stuck in the mempool.
When creating txs, torba should consider this min amount to ensure there's no vout that's lower than it.
The text was updated successfully, but these errors were encountered: