You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: