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

Commit 7c4c3f5

Browse files
committed
update an outdated comment
1 parent cf90b17 commit 7c4c3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/parachains/src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ impl<T: paras_inherent::Config> BenchBuilder<T> {
616616
let dispute_statement = if validator_index % 4 == 0 {
617617
DisputeStatement::Invalid(InvalidDisputeStatementKind::Explicit)
618618
} else if validator_index < 3 {
619-
// Set two votes as backing for the dispute set to be accepted
619+
// Pass a couple of backing votes in this dispute set
620620
DisputeStatement::Valid(
621621
ValidDisputeStatementKind::BackingValid(relay_parent)
622622
)

0 commit comments

Comments
 (0)