aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-03-04 00:53:30 +0800
committerGitHub <noreply@github.com>2017-03-04 00:53:30 +0800
commit07c216d603d7b366c177295761280acc706a9382 (patch)
tree8e46ff5081d126f6e99d5849cb7dad7f64aefdbd /core
parent1a00e39539f2bd7f59430062faa42bbc28cb89d2 (diff)
parente7030c4bf59e8e148822c50ae1a5896c604c38c1 (diff)
downloadgo-tangerine-07c216d603d7b366c177295761280acc706a9382.tar
go-tangerine-07c216d603d7b366c177295761280acc706a9382.tar.gz
go-tangerine-07c216d603d7b366c177295761280acc706a9382.tar.bz2
go-tangerine-07c216d603d7b366c177295761280acc706a9382.tar.lz
go-tangerine-07c216d603d7b366c177295761280acc706a9382.tar.xz
go-tangerine-07c216d603d7b366c177295761280acc706a9382.tar.zst
go-tangerine-07c216d603d7b366c177295761280acc706a9382.zip
Merge pull request #3739 from karalabe/logger-updates-4
all: update light logs (and a few others) to the new model
Diffstat (limited to 'core')
-rw-r--r--core/blockchain.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/blockchain.go b/core/blockchain.go
index 3879f0644..0c752b3f9 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