mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 14:46:16 +00:00
70b6174748
The test genesis block was not written properly, block insertion failed immediately. While here, fix the panic when shutting down "geth blocktest" with Ctrl+C. The signal handler is now installed automatically, causing ethereum.Stop to crash because everything is already stopped.