aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-03-03 17:41:52 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-03-03 17:41:52 +0800
commite7030c4bf59e8e148822c50ae1a5896c604c38c1 (patch)
tree4403290e84761608e8437d23ecef4d934406dd46 /core/blockchain.go
parentfaf713632c307e3fd77a492481846b858ad991f9 (diff)
downloadgo-tangerine-e7030c4bf59e8e148822c50ae1a5896c604c38c1.tar
go-tangerine-e7030c4bf59e8e148822c50ae1a5896c604c38c1.tar.gz
go-tangerine-e7030c4bf59e8e148822c50ae1a5896c604c38c1.tar.bz2
go-tangerine-e7030c4bf59e8e148822c50ae1a5896c604c38c1.tar.lz
go-tangerine-e7030c4bf59e8e148822c50ae1a5896c604c38c1.tar.xz
go-tangerine-e7030c4bf59e8e148822c50ae1a5896c604c38c1.tar.zst
go-tangerine-e7030c4bf59e8e148822c50ae1a5896c604c38c1.zip
all: update light logs (and a few others) to the new model
Diffstat (limited to 'core/blockchain.go')
-rw-r--r--core/blockchain.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/blockchain.go b/core/blockchain.go
index 88ba76bc7..2a59bb2e7 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -1016,12 +1016,10 @@ func (self *BlockChain) InsertChain(chain types.Blocks) (int, error) {
case SplitStatTy:
events = append(events, ChainSplitEvent{block, logs})
}
-
stats.processed++
stats.usedGas += usedGas.Uint64()
stats.report(chain, i)
}
-
go self.postChainEvents(events, coalescedLogs)
return 0, nil