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

Sending multiple raw transactions to Infura failed because of nonce issue #1

Open
daniel-van-niekerk opened this issue Jan 7, 2018 · 0 comments

Comments

@daniel-van-niekerk
Copy link

When I send multiple transactions in quick succession it almost always fails because Infura is not quick enough to give a new nonce and then complains that the nonce is the same or the replacement transaction is underpriced. Even sending at intervals of 4 minutes also have this problem sometimes.

If I could keep track of the nonce myself and set it manually when sending a transaction it should prevent this problem, but at the moment this library does not support manually setting the nonce.

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

1 participant