mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 21:49:26 +00:00
Correct typo I introduced
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user