mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Update blockchain.go
This commit is contained in:
parent
be7f19a5d6
commit
f6618ad85d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue