fix typo
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
parent
00d7772f57
commit
fa30ac8c5d
@ -691,7 +691,7 @@ func (s *SplitStore) warmup(curTs *types.TipSet) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// the actual warmup procedure; it waslk the chain loading all state roots at the boundary
|
// the actual warmup procedure; it walks the chain loading all state roots at the boundary
|
||||||
// and headers all the way up to genesis.
|
// and headers all the way up to genesis.
|
||||||
// objects are written in batches so as to minimize overhead.
|
// objects are written in batches so as to minimize overhead.
|
||||||
func (s *SplitStore) doWarmup(curTs *types.TipSet) error {
|
func (s *SplitStore) doWarmup(curTs *types.TipSet) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user