add comment about trackTxnRefs being noops if txnActive is false

This commit is contained in:
vyzo 2022-02-14 16:06:12 +02:00
parent a428f44793
commit 6c7ababd3f

View File

@ -179,6 +179,7 @@ func (s *SplitStore) doReify(c cid.Cid) {
}
}
} else {
// if txnActive is false these are noops
if len(toreify) > 0 {
s.trackTxnRefMany(toreify)
}