mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
Remove use of Store trait (#6835)
* Remove use of Store trait from runtime directory
* Remove Store trait usage from xcm directory
* Run cargo fmt
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -865,7 +865,7 @@ fn schedule_rotates_groups() {
|
||||
_ => None,
|
||||
});
|
||||
|
||||
let session_start_block = <Scheduler as Store>::SessionStartBlock::get();
|
||||
let session_start_block = SessionStartBlock::<Test>::get();
|
||||
assert_eq!(session_start_block, 1);
|
||||
|
||||
Scheduler::add_parathread_claim(ParathreadClaim(thread_a, collator.clone()));
|
||||
|
||||
Reference in New Issue
Block a user