mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-15 00:08:00 +00:00
This PR unifies the error handling in miner. Whenever an error occur while applying a transaction, the transaction should be regarded as invalid and all following transactions from the same sender not executable because of the nonce restriction. The only exception is the `nonceTooLow` error which is handled separately.