Skip to content

Commit

Permalink
unclean shutdown for now
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Jan 5, 2015
1 parent f16810c commit d001479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/block_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (self *BlockPool) Stop() {
poolLogger.Infoln("Stopping...")

close(self.quit)
self.wg.Wait()
//self.wg.Wait()

self.peersLock.Lock()
self.peers = nil
Expand Down

0 comments on commit d001479

Please sign in to comment.