aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-28 23:46:12 +0800
committerobscuren <geffobscura@gmail.com>2014-02-28 23:46:12 +0800
commitd7c5936ac4ee8ae3156e0bc9813db61b990aa686 (patch)
tree170a5b8bbf6e791eb0c4b2aab0b56ced706539ab /ethereum.go
parent8ee8ec8a369de067d68b964a16ebaa0bbede3e31 (diff)
parentb462ca4aade75049a0fcba23c54e340f0f793dfb (diff)
downloaddexon-d7c5936ac4ee8ae3156e0bc9813db61b990aa686.tar
dexon-d7c5936ac4ee8ae3156e0bc9813db61b990aa686.tar.gz
dexon-d7c5936ac4ee8ae3156e0bc9813db61b990aa686.tar.bz2
dexon-d7c5936ac4ee8ae3156e0bc9813db61b990aa686.tar.lz
dexon-d7c5936ac4ee8ae3156e0bc9813db61b990aa686.tar.xz
dexon-d7c5936ac4ee8ae3156e0bc9813db61b990aa686.tar.zst
dexon-d7c5936ac4ee8ae3156e0bc9813db61b990aa686.zip
Merge branch 'hotfix/0.3.1' into develop
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index 90682b396..b4a8cdb4a 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -295,7 +295,7 @@ func (s *Ethereum) Stop() {
s.TxPool.Stop()
s.BlockManager.Stop()
- s.shutdownChan <- true
+ close(s.shutdownChan)
}
// This function will wait for a shutdown and resumes main thread execution