Skip to content
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

Problem broadcasting BSQ tx with dust change. #2826

Closed
oscarguindzberg opened this issue May 13, 2019 · 1 comment
Closed

Problem broadcasting BSQ tx with dust change. #2826

oscarguindzberg opened this issue May 13, 2019 · 1 comment

Comments

@oscarguindzberg
Copy link
Contributor

There is a check to not send less than 5.46 BSQ when sending a BSQ tx.
It looks a similar check is missing to prevent creating change outputs with less than 5.46 BSQ.
The btc network requires all outputs to be at least 546 satoshis to consider a tx standard and relay it.
I had a problem with a stuck tx. The change was less than 5 BSQ.
I got reject message from btc peers. The reject reason was because the tx included a dust output.

@oscarguindzberg
Copy link
Contributor Author

Message on the log:

May-13 xx:xx:xx.xxx [BlockingClient network thread for xxxx.onion:8333] ERROR o.b.core.Peer: [xxx.onion]:8333 /Satoshi:0.17.0/: Received Reject: tx xxxxxxxxxx for reason 'dust' (64)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants