Skip to content

Commit

Permalink
make trackTxnRefMany consistent with trackTxnRef
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Jul 13, 2021
1 parent 86d7d14 commit 7785467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockstore/splitstore/splitstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ func (s *SplitStore) trackTxnRefMany(cids []cid.Cid) {
quiet = true
log.Warnf("error checking markset: %s", err)
}
continue
// track it anyways
}

if mark {
Expand Down

0 comments on commit 7785467

Please sign in to comment.