fix comment

This commit is contained in:
vyzo 2022-02-01 12:10:30 +02:00
parent b13aa8f172
commit 4b4104e400

View File

@ -676,7 +676,7 @@ func (s *SplitStore) doCompact(curTs *types.TipSet) error {
return err
}
// wait for the head to catch up so that all messages are protected
// wait for the head to catch up so that the current tipset is marked
s.waitForSync()
if err := s.checkClosing(); err != nil {