diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/blockchain.go | 2 |
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 |