mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-21 02:58:28 +00:00
When worker encounters a gas limit error, subsequent txs should be ignored from that particular account. This will prevent: 1. Nonce errors been thrown all around 2. The "Known tx" error. Closes #719 3. Repeated contract address. Closes #731