mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Correct typo I introduced
This commit is contained in:
@@ -763,7 +763,7 @@ pub mod pallet {
|
||||
Grandpa::<T>::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
|
||||
|
||||
Reference in New Issue
Block a user