From f6618ad85d99dbc08996b1cefe4fc745deb78607 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 26 Nov 2025 16:25:42 +0100 Subject: [PATCH] Update blockchain.go --- core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/blockchain.go b/core/blockchain.go index 4e1bf2b317..60c89f4ae0 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -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() }