mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-16 09:44:15 +00:00
1d6d42919e
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