Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Clarification comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov committed Oct 8, 2022
1 parent 92ba5fe commit 209ff5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/core/dispute-coordinator/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,8 @@ fn too_many_unconfirmed_statements_are_considered_spam() {
.await;

// Participation has to fail, otherwise the dispute will be confirmed.
// Confirmed here means that we would participate in it and issue a vote, not that
// f+1 votes in total will be issued.
participation_missing_availability(&mut virtual_overseer).await;

{
Expand Down

0 comments on commit 209ff5a

Please sign in to comment.