Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil committed Oct 19, 2023
1 parent 34ee51f commit 690034d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/multiversion/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ func (s *Store) ValidateTransactionState(index int) (bool, []int) {
}

sort.Ints(conflictIndices)
// TODO: maybe we have an indicator for the case where all of the validations are valid EXCEPT for some estimates encountered, in which case we may not want to re-execute, simply revalidate once the ESTIMATES are cleared
return valid, conflictIndices
}

Expand Down

0 comments on commit 690034d

Please sign in to comment.