From 78d67456fa6d158723ef71d6f64d466af7474bd0 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 24 Jun 2024 07:34:29 -0400 Subject: [PATCH] Correct typo I introduced --- substrate/validator-sets/pallet/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/validator-sets/pallet/src/lib.rs b/substrate/validator-sets/pallet/src/lib.rs index 2f7bfd06..929703e0 100644 --- a/substrate/validator-sets/pallet/src/lib.rs +++ b/substrate/validator-sets/pallet/src/lib.rs @@ -763,7 +763,7 @@ pub mod pallet { Grandpa::::new_session( true, session, - next_validators.into_iter().map(|(id, w)| (GrandpaAuthorityId::from(id), w)).collect(), + now_validators.into_iter().map(|(id, w)| (GrandpaAuthorityId::from(id), w)).collect(), ); // Clear SeraiDisabledIndices, only preserving keys still present in the new session