From 4b4104e4002b2cfc14dcf867655262d1cc521731 Mon Sep 17 00:00:00 2001 From: vyzo Date: Tue, 1 Feb 2022 12:10:30 +0200 Subject: [PATCH] fix comment --- blockstore/splitstore/splitstore_compact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockstore/splitstore/splitstore_compact.go b/blockstore/splitstore/splitstore_compact.go index bd281d055..109d8a246 100644 --- a/blockstore/splitstore/splitstore_compact.go +++ b/blockstore/splitstore/splitstore_compact.go @@ -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 {