mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Companion for substrate#10620 (#4696)
* fix tests * update lockfile for substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -400,11 +400,11 @@ impl<T: paras_inherent::Config> BenchBuilder<T> {
|
||||
let block_number = <T as frame_system::Config>::BlockNumber::from(block);
|
||||
let header = Self::header(block_number.clone());
|
||||
|
||||
frame_system::Pallet::<T>::reset_events();
|
||||
frame_system::Pallet::<T>::initialize(
|
||||
&header.number(),
|
||||
&header.hash(),
|
||||
&Digest { logs: Vec::new() },
|
||||
Default::default(),
|
||||
);
|
||||
|
||||
assert_eq!(<shared::Pallet<T>>::session_index(), target_session);
|
||||
|
||||
Reference in New Issue
Block a user