Skip to content

Commit

Permalink
Comment fix (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaulk committed Oct 27, 2020
1 parent 9808370 commit 86b78e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/scp/src/predicates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ mod predicates_tests {
Msg::new(test_node_id(6), node_6_quorum_set, 1, topic),
);

// Look for quorum intersecting with ballot_1 and some ballot for which there is no quorum
// Find a blocking set intersecting with ballot_1 and ballot_3.
let (node_ids, pred) = local_node_quorum_set.findBlockingSet(
&msgs,
BallotSetPredicate {
Expand Down

0 comments on commit 86b78e4

Please sign in to comment.