eth/downloader: fix typo in comment (#23413)

This commit is contained in:
chuwt
2021-08-18 18:03:41 +08:00
committed by GitHub
parent 57feabea66
commit 5566e5d152
2 changed files with 3 additions and 3 deletions

View File

@ -414,7 +414,7 @@ func (f *freezer) freeze(db ethdb.KeyValueStore) {
}
batch.Reset()
// Wipe out side chains also and track dangling side chians
// Wipe out side chains also and track dangling side chains
var dangling []common.Hash
for number := first; number < f.frozen; number++ {
// Always keep the genesis block in active database