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 two transactions are submitted to the sequencer concurrently, both get assigned the same nonce and one doesn't get submitted to the sequencer and throws an error. The actual implementation already uses the pending state when sending the encrypted transaction - when opts.Nonce is nil, it uses the pending state.
The text was updated successfully, but these errors were encountered:
When two transactions are submitted to the sequencer concurrently, both get assigned the same nonce and one doesn't get submitted to the sequencer and throws an error. The actual implementation already uses the pending state when sending the encrypted transaction - when opts.Nonce is nil, it uses the pending state.
The text was updated successfully, but these errors were encountered: