aboutsummaryrefslogtreecommitdiffstats
path: root/miner/worker.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2015-06-30 17:15:08 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-06-30 17:15:08 +0800
commit9226369b5daf8c1bf738369cd838963a5d58362d (patch)
treecfc13acdd1af6918b7b917f78b8a81504f1aafdd /miner/worker.go
parentb047f05e7e9d941348cba960f8cc16a9874340d0 (diff)
parentd8fe64acaa94fc5a12e53cec110e57cace52ced9 (diff)
downloadgo-tangerine-9226369b5daf8c1bf738369cd838963a5d58362d.tar
go-tangerine-9226369b5daf8c1bf738369cd838963a5d58362d.tar.gz
go-tangerine-9226369b5daf8c1bf738369cd838963a5d58362d.tar.bz2
go-tangerine-9226369b5daf8c1bf738369cd838963a5d58362d.tar.lz
go-tangerine-9226369b5daf8c1bf738369cd838963a5d58362d.tar.xz
go-tangerine-9226369b5daf8c1bf738369cd838963a5d58362d.tar.zst
go-tangerine-9226369b5daf8c1bf738369cd838963a5d58362d.zip
Merge branch 'hotfix/0.9.34-1' into develop
Diffstat (limited to 'miner/worker.go')
-rw-r--r--miner/worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/miner/worker.go b/miner/worker.go
index 0971bd957..f06b6afa1 100644
--- a/miner/worker.go
+++ b/miner/worker.go
@@ -233,7 +233,7 @@ func (self *worker) wait() {
continue
}
- _, err := self.chain.WriteBlock(block)
+ _, err := self.chain.WriteBlock(block, false)
if err != nil {
glog.V(logger.Error).Infoln("error writing block to chain", err)
continue