WeightInfo for ImOnline (#7128)

* Add WeightInfo, not final weights

* benchmark machine weights
This commit is contained in:
Shawn Tabrizi
2020-09-17 15:40:51 +02:00
committed by GitHub
parent 7aacd969fe
commit 1ba05216d3
6 changed files with 80 additions and 20 deletions
+1 -1
View File
@@ -736,7 +736,7 @@ impl pallet_im_online::Trait for Runtime {
type SessionDuration = SessionDuration;
type ReportUnresponsiveness = Offences;
type UnsignedPriority = ImOnlineUnsignedPriority;
type WeightInfo = ();
type WeightInfo = weights::pallet_im_online::WeightInfo;
}
parameter_types! {