good morning!!!!

Skip to content
Snippets Groups Projects
Commit 45618d5f authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Merge pull request #1418 from fjl/one-interrupt

cmd/utils: fix interrupt handling to actually see subsequent interrupts
parents 6220707e d4c2e9de
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ func StartEthereum(ethereum *eth.Ethereum) {
defer signal.Stop(sigc)
<-sigc
glog.V(logger.Info).Infoln("Got interrupt, shutting down...")
ethereum.Stop()
go ethereum.Stop()
logger.Flush()
for i := 10; i > 0; i-- {
<-sigc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment