From 321b9b7a5288f44d7eccfc7b4abdc520e35e8d77 Mon Sep 17 00:00:00 2001 From: Andrei Sandu Date: Tue, 28 Feb 2023 15:00:55 +0000 Subject: [PATCH] disable v2 assignments again Signed-off-by: Andrei Sandu --- node/core/approval-voting/src/criteria.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/core/approval-voting/src/criteria.rs b/node/core/approval-voting/src/criteria.rs index da3bfd3f7678..37d08a3103b7 100644 --- a/node/core/approval-voting/src/criteria.rs +++ b/node/core/approval-voting/src/criteria.rs @@ -273,7 +273,7 @@ impl AssignmentCriteria for RealAssignmentCriteria { config: &Config, leaving_cores: Vec<(CandidateHash, CoreIndex, GroupIndex)>, ) -> HashMap { - compute_assignments(keystore, relay_vrf_story, config, leaving_cores, true) + compute_assignments(keystore, relay_vrf_story, config, leaving_cores, false) } fn check_assignment_cert(