diff --git a/core/blockchain.go b/core/blockchain.go index 63266a3419..25be8d762a 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -514,8 +514,7 @@ func (bc *BlockChain) GetBodyRLP(hash common.Hash) rlp.RawValue { return body } -// HasBlock checks if a block is fully present in the database or not, caching -// it if present. +// HasBlock checks if a block is fully present in the database or not. func (bc *BlockChain) HasBlock(hash common.Hash, number uint64) bool { if bc.blockCache.Contains(hash) { return true