Correct typo I introduced

This commit is contained in:
Luke Parker
2024-06-24 07:34:29 -04:00
parent 084c4804c0
commit 78d67456fa

View File

@@ -763,7 +763,7 @@ pub mod pallet {
Grandpa::<T>::new_session( Grandpa::<T>::new_session(
true, true,
session, 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 // Clear SeraiDisabledIndices, only preserving keys still present in the new session