aboutsummaryrefslogtreecommitdiffstats
path: root/miner/miner.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-05 23:26:39 +0800
committerobscuren <geffobscura@gmail.com>2014-12-05 23:26:39 +0800
commit9925916851c00323336e213fc18c83da5fceee94 (patch)
tree581c3f1c21990d23b306b4a88d19f97fed044ec4 /miner/miner.go
parent095cb976758e942b7beba8231686a7738a283e19 (diff)
downloaddexon-9925916851c00323336e213fc18c83da5fceee94.tar
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.gz
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.bz2
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.lz
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.xz
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.zst
dexon-9925916851c00323336e213fc18c83da5fceee94.zip
upped proto version and modified block pool
Diffstat (limited to 'miner/miner.go')
-rw-r--r--miner/miner.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/miner/miner.go b/miner/miner.go
index c350eb1a8..4f677cbef 100644
--- a/miner/miner.go
+++ b/miner/miner.go
@@ -167,7 +167,6 @@ out:
}
func (self *Miner) reset() {
- println("reset")
close(self.powQuitCh)
self.powQuitCh = make(chan struct{})
}