Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…heduler
  • Loading branch information
Guantong committed Jan 10, 2023
1 parent 89a4aac commit 650e8e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions runtime/crab/src/pallets/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ frame_support::parameter_types! {
impl pallet_scheduler::Config for Runtime {
type MaxScheduledPerBlock = ConstU32<50>;
type MaximumWeight = MaximumSchedulerWeight;
type NoPreimagePostponement = NoPreimagePostponement;
type OriginPrivilegeCmp = OriginPrivilegeCmp;
type PalletsOrigin = OriginCaller;
type PreimageProvider = Preimage;
type RuntimeCall = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type ScheduleOrigin = Root;
type WeightInfo = ();
type Preimages = Preimage;
}
3 changes: 1 addition & 2 deletions runtime/darwinia/src/pallets/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ frame_support::parameter_types! {
impl pallet_scheduler::Config for Runtime {
type MaxScheduledPerBlock = ConstU32<50>;
type MaximumWeight = MaximumSchedulerWeight;
type NoPreimagePostponement = NoPreimagePostponement;
type OriginPrivilegeCmp = OriginPrivilegeCmp;
type PalletsOrigin = OriginCaller;
type PreimageProvider = Preimage;
type RuntimeCall = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type ScheduleOrigin = Root;
type WeightInfo = ();
type Preimages = Preimage;
}
3 changes: 1 addition & 2 deletions runtime/pangolin/src/pallets/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ frame_support::parameter_types! {
impl pallet_scheduler::Config for Runtime {
type MaxScheduledPerBlock = ConstU32<50>;
type MaximumWeight = MaximumSchedulerWeight;
type NoPreimagePostponement = NoPreimagePostponement;
type OriginPrivilegeCmp = OriginPrivilegeCmp;
type PalletsOrigin = OriginCaller;
type PreimageProvider = Preimage;
type RuntimeCall = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type ScheduleOrigin = Root;
type WeightInfo = ();
type Preimages = Preimage;
}

0 comments on commit 650e8e4

Please sign in to comment.