stop the walk on missing references

This commit is contained in:
vyzo 2021-07-25 13:42:20 +03:00
parent 2dc72d5849
commit c00b86e8a8

View File

@ -107,6 +107,7 @@ func (s *SplitStore) doCheck(curTs *types.TipSet) error {
} else {
missingCnt++
write("missing object reference: %s", c)
return errStopWalk
}
return nil