add comment about trackTxnRefs being noops if txnActive is false
This commit is contained in:
parent
a428f44793
commit
6c7ababd3f
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user