Update blockchain.go

This commit is contained in:
Felix Lange 2025-11-26 16:25:42 +01:00 committed by GitHub
parent be7f19a5d6
commit f6618ad85d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2820,7 +2820,7 @@ func (bc *BlockChain) StateSizer() *state.SizeTracker {
return bc.stateSizer
}
// FrezzerTailBlock returns the block number of the oldest state in the freezer.
// FreezerTailBlock returns the block number of the oldest state in the freezer.
func (bc *BlockChain) FreezerTailBlock() (uint64, error) {
return bc.triedb.FreezerTailBlock()
}