Skip to content

Commit

Permalink
disable v2 assignments again
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
  • Loading branch information
sandreim committed Feb 28, 2023
1 parent dcfcbc8 commit 321b9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/core/approval-voting/src/criteria.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ impl AssignmentCriteria for RealAssignmentCriteria {
config: &Config,
leaving_cores: Vec<(CandidateHash, CoreIndex, GroupIndex)>,
) -> HashMap<CoreIndex, OurAssignment> {
compute_assignments(keystore, relay_vrf_story, config, leaving_cores, true)
compute_assignments(keystore, relay_vrf_story, config, leaving_cores, false)
}

fn check_assignment_cert(
Expand Down

0 comments on commit 321b9b7

Please sign in to comment.