Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
  • Loading branch information
sandreim committed Mar 29, 2024
commit 27ee14594cd74e2098e82e02a0b7c30e05b1e4b4
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ fn inner_grid_statements_imported_to_backing(groups_for_first_para: usize) {
let local_group_index = local_validator.group_index.unwrap();

let other_group = next_group_index(local_group_index, validator_count, group_size);

// Other para is same para for elastic scaling test (groups_for_first_para > 1)
let other_para = ParaId::from((groups_for_first_para == 1) as u32);

Expand Down