This repository was archived by the owner on Mar 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,12 @@ frame_support::parameter_types! {
52
52
impl pallet_scheduler:: Config for Runtime {
53
53
type MaxScheduledPerBlock = ConstU32 < 50 > ;
54
54
type MaximumWeight = MaximumSchedulerWeight ;
55
- type NoPreimagePostponement = NoPreimagePostponement ;
56
55
type OriginPrivilegeCmp = OriginPrivilegeCmp ;
57
56
type PalletsOrigin = OriginCaller ;
58
- type PreimageProvider = Preimage ;
59
57
type RuntimeCall = RuntimeCall ;
60
58
type RuntimeEvent = RuntimeEvent ;
61
59
type RuntimeOrigin = RuntimeOrigin ;
62
60
type ScheduleOrigin = Root ;
63
61
type WeightInfo = ( ) ;
62
+ type Preimages = Preimage ;
64
63
}
Original file line number Diff line number Diff line change @@ -52,13 +52,12 @@ frame_support::parameter_types! {
52
52
impl pallet_scheduler:: Config for Runtime {
53
53
type MaxScheduledPerBlock = ConstU32 < 50 > ;
54
54
type MaximumWeight = MaximumSchedulerWeight ;
55
- type NoPreimagePostponement = NoPreimagePostponement ;
56
55
type OriginPrivilegeCmp = OriginPrivilegeCmp ;
57
56
type PalletsOrigin = OriginCaller ;
58
- type PreimageProvider = Preimage ;
59
57
type RuntimeCall = RuntimeCall ;
60
58
type RuntimeEvent = RuntimeEvent ;
61
59
type RuntimeOrigin = RuntimeOrigin ;
62
60
type ScheduleOrigin = Root ;
63
61
type WeightInfo = ( ) ;
62
+ type Preimages = Preimage ;
64
63
}
Original file line number Diff line number Diff line change @@ -52,13 +52,12 @@ frame_support::parameter_types! {
52
52
impl pallet_scheduler:: Config for Runtime {
53
53
type MaxScheduledPerBlock = ConstU32 < 50 > ;
54
54
type MaximumWeight = MaximumSchedulerWeight ;
55
- type NoPreimagePostponement = NoPreimagePostponement ;
56
55
type OriginPrivilegeCmp = OriginPrivilegeCmp ;
57
56
type PalletsOrigin = OriginCaller ;
58
- type PreimageProvider = Preimage ;
59
57
type RuntimeCall = RuntimeCall ;
60
58
type RuntimeEvent = RuntimeEvent ;
61
59
type RuntimeOrigin = RuntimeOrigin ;
62
60
type ScheduleOrigin = Root ;
63
61
type WeightInfo = ( ) ;
62
+ type Preimages = Preimage ;
64
63
}
You can’t perform that action at this time.
0 commit comments