git.delta.rocks / unique-network / refs/commits / cd16ad328634

difftreelog

fix scheduler v2 mock

Daniel Shiposha2022-12-09parent: #b9bdda7.patch.diff
in: master

1 file changed

modifiedpallets/scheduler-v2/src/mock.rsdiffbeforeafterboth
133parameter_types! {133parameter_types! {
134 pub BlockWeights: frame_system::limits::BlockWeights =134 pub BlockWeights: frame_system::limits::BlockWeights =
135 frame_system::limits::BlockWeights::simple_max(135 frame_system::limits::BlockWeights::simple_max(
136 Weight::from_ref_time(2_000_000_000_000)136 Weight::from_ref_time(2_000_000_000_000).set_proof_size(u64::MAX)
137 // .set_proof_size(u64::MAX),
138 );137 );
139}138}
140impl system::Config for Test {139impl system::Config for Test {