diff --git a/core/blockchain.go b/core/blockchain.go index e2f4a9e669..e71066c44a 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -842,9 +842,9 @@ func (bc *BlockChain) InsertReceiptChain(blockChain types.Blocks, receiptChain [ log.Info("Imported new block receipts", "count", stats.processed, "elapsed", common.PrettyDuration(time.Since(start)), - "size", common.StorageSize(bytes), "number", head.Number(), "hash", head.Hash(), + "size", common.StorageSize(bytes), "ignored", stats.ignored) return 0, nil }