core: fix typo in comment (#23658)

This commit is contained in:
Ikko Ashimine 2021-09-30 04:28:47 +09:00 committed by GitHub
parent 06082fe267
commit f2491c5ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ func (basic *snapshotTestBasic) prepare(t *testing.T) (*BlockChain, []*types.Blo
} }
if basic.snapshotBlock > 0 && basic.snapshotBlock == point { if basic.snapshotBlock > 0 && basic.snapshotBlock == point {
// Flushing the entire snap tree into the disk, the // Flushing the entire snap tree into the disk, the
// relavant (a) snapshot root and (b) snapshot generator // relevant (a) snapshot root and (b) snapshot generator
// will be persisted atomically. // will be persisted atomically.
chain.snaps.Cap(blocks[point-1].Root(), 0) chain.snaps.Cap(blocks[point-1].Root(), 0)
diskRoot, blockRoot := chain.snaps.DiskRoot(), blocks[point-1].Root() diskRoot, blockRoot := chain.snaps.DiskRoot(), blocks[point-1].Root()