mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 06:35:54 +00:00
5615fc4714
The new strategy for interrupts is to handle them explicitly. Ethereum.Stop is now only called once, even if multiple interrupts are sent. Interrupting ten times in a row forces a panic. Fixes #869 Fixes #1359