Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
vyzo 2021-07-08 17:53:59 +03:00 committed by GitHub
parent 00d7772f57
commit fa30ac8c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {