fix error message

This commit is contained in:
vyzo 2021-07-04 18:58:39 +03:00
parent 680af8eb09
commit 4d286da593

View File

@ -824,7 +824,7 @@ func (s *SplitStore) doCompact(curTs *types.TipSet) error {
})
if err != nil {
return xerrors.Errorf("error marking cold blocks: %w", err)
return xerrors.Errorf("error marking hot objects: %w", err)
}
if count > s.markSetSize {