We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this transaction we're sending the coin that's used to pay for the dust output and fees is sent back to the address:
https://mempool.space/testnet/tx/19e844a8a3d540438700f710bec6ad589bac8c0fea5266aeba7040fa7744ef5a
Notice that the address is reused. We should avoid address reuse, and instead, we should send the change to an unused BTC change wallet address.
The text was updated successfully, but these errors were encountered:
crisdut
No branches or pull requests
In this transaction we're sending the coin that's used to pay for the dust output and fees is sent back to the address:
https://mempool.space/testnet/tx/19e844a8a3d540438700f710bec6ad589bac8c0fea5266aeba7040fa7744ef5a
Notice that the address is reused. We should avoid address reuse, and instead, we should send the change to an unused BTC change wallet address.
The text was updated successfully, but these errors were encountered: