mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Parachains shared.rs to Frame V2 (#3425)
* gotta migrate them all * migrate rococo construct_runtime * trigger ci * fix warnings * get mocks to work * add pallet to test runtime * comments * calm down mr tabrizi lol
This commit is contained in:
@@ -730,7 +730,7 @@ impl<T: Config> Module<T> {
|
||||
|
||||
/// Return the session index that should be used for any future scheduled changes.
|
||||
fn scheduled_session() -> SessionIndex {
|
||||
shared::Module::<T>::scheduled_session()
|
||||
shared::Pallet::<T>::scheduled_session()
|
||||
}
|
||||
|
||||
/// Forcibly set the active config. This should be used with extreme care, and typically
|
||||
|
||||
Reference in New Issue
Block a user