• Felix Lange's avatar
    cmd/geth, cmd/utils: improve interrupt handling · 5615fc47
    Felix Lange authored
    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
    5615fc47
cmd.go 6.53 KB