make trackTxnRefMany consistent with trackTxnRef

This commit is contained in:
vyzo 2021-07-13 22:27:51 +03:00
parent 6f126c80bf
commit 3d77ae1f4d

View File

@ -742,7 +742,7 @@ func (s *SplitStore) trackTxnRefMany(cids []cid.Cid) {
quiet = true quiet = true
log.Warnf("error checking markset: %s", err) log.Warnf("error checking markset: %s", err)
} }
continue // track it anyways
} }
if mark { if mark {