diff --git a/core/blockchain.go b/core/blockchain.go index 8a3620b2af..4195bcc95f 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -1243,6 +1243,7 @@ func (bc *BlockChain) InsertReceiptChain(blockChain types.Blocks, receiptChain [ if err := batch.Write(); err != nil { return 0, err } + stats.processed += int32(len(blockChain)) return 0, nil }