mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-11 14:26:45 +00:00
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