WeightInfo for Scheduler (#7138)

* initial scheduler stuff

* integrate weightinfo

* Update pallet_scheduler.rs
This commit is contained in:
Shawn Tabrizi
2020-09-18 16:15:40 +02:00
committed by GitHub
parent 2c5a82f8f1
commit 743cf7543b
7 changed files with 148 additions and 28 deletions
+1
View File
@@ -128,6 +128,7 @@ impl pallet_scheduler::Trait for Test {
type Call = Call;
type MaximumWeight = MaximumSchedulerWeight;
type ScheduleOrigin = EnsureRoot<u64>;
type MaxScheduledPerBlock = ();
type WeightInfo = ();
}
parameter_types! {