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
If there is a bigger load on transaction submission it might come to a case where there are less keys than transactions being submitted which might mean that the same key will be used before the previous transaction is sealed.
Improvement should be made to wait for that transaction to be sealed before submitting a new one. There's also a possibility with offline nonce tracking with a frequent sync.
The text was updated successfully, but these errors were encountered:
If there is a bigger load on transaction submission it might come to a case where there are less keys than transactions being submitted which might mean that the same key will be used before the previous transaction is sealed.
Improvement should be made to wait for that transaction to be sealed before submitting a new one. There's also a possibility with offline nonce tracking with a frequent sync.
The text was updated successfully, but these errors were encountered: