File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ouroboros-network/testlib/Test/Ouroboros/Network/TxSubmission Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ sharedTxStateInvariant invariantStrength
138138 timedTxs
139139 } =
140140
141- -- -- `inflightTxs` and `bufferedTxs` are disjoint
142- -- counterexample "inflightTxs not disjoint with bufferedTxs"
143- -- (null (Map.keysSet inflightTxs `Set.intersection` bufferedTxsSet))
144- -- .&&.
141+ -- `inflightTxs` and `bufferedTxs` are disjoint
142+ counterexample " inflightTxs not disjoint with bufferedTxs"
143+ (null (Map. keysSet inflightTxs `Set.intersection` bufferedTxsSet))
144+ .&&.
145145 counterexample " bufferedTxs txid not a subset of unacknowledged txids"
146146 let unacknowledgedSet =
147147 foldr (\ PeerTxState { unacknowledgedTxIds } r ->
You can’t perform that action at this time.
0 commit comments