• Felix Lange's avatar
    cmd/geth, core: make "geth blocktest" work again · 70b61747
    Felix Lange authored
    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.
    70b61747
blocktestcmd.go 3.63 KB