mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-14 15:09:23 +00:00
move genesis liquidity tests to its own pallet
This commit is contained in:
@@ -706,7 +706,7 @@ pub mod pallet {
|
||||
(!Keys::<T>::contains_key(ValidatorSet { network, session: Session(session.0 - 1) }))
|
||||
}
|
||||
|
||||
fn new_session() {
|
||||
pub fn new_session() {
|
||||
for network in serai_primitives::NETWORKS {
|
||||
// If this network hasn't started sessions yet, don't start one now
|
||||
let Some(current_session) = Self::session(network) else { continue };
|
||||
|
||||
Reference in New Issue
Block a user