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

Commit

Permalink
Update runtime/parachains/src/builder.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Nov 11, 2022
1 parent 0606aab commit cabbee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parachains/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ impl<T: paras_inherent::Config> BenchBuilder<T> {
let dispute_statement = if validator_index % 4 == 0 {
DisputeStatement::Invalid(InvalidDisputeStatementKind::Explicit)
} else if validator_index < 3 {
// Set the last two votes as backing for the dispute set to be accepted
// Set two votes as backing for the dispute set to be accepted
DisputeStatement::Valid(
ValidDisputeStatementKind::BackingValid(relay_parent)
)
Expand Down

0 comments on commit cabbee2

Please sign in to comment.