mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
core: remote a debugging warning log
This commit is contained in:
parent
104ccf5184
commit
3c30b2851d
1 changed files with 0 additions and 3 deletions
|
|
@ -941,9 +941,6 @@ func (bc *BlockChain) WriteBlockWithState(block *types.Block, receipts []*types.
|
||||||
}
|
}
|
||||||
triedb.Dereference(root.(common.Hash), common.Hash{})
|
triedb.Dereference(root.(common.Hash), common.Hash{})
|
||||||
}
|
}
|
||||||
if current%10000 == 0 {
|
|
||||||
log.Warn("Current trie pruning state", "size", triedb.Size(), "elapsed", bc.gcproc)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if err := WriteBlockReceipts(batch, block.Hash(), block.NumberU64(), receipts); err != nil {
|
if err := WriteBlockReceipts(batch, block.Hash(), block.NumberU64(), receipts); err != nil {
|
||||||
return NonStatTy, err
|
return NonStatTy, err
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue