Companion PR for #7136 (WeightInfo for Session / Offences) (#1735)

* Update `pallet_offences` trait

* remove session weight tests

* "Update Substrate"

* Update Cargo.lock

* Update Cargo.lock

* remove unused code

Co-authored-by: parity-processbot <>
This commit is contained in:
Shawn Tabrizi
2020-09-21 13:25:24 +02:00
committed by GitHub
parent d31dd12600
commit e81506540e
7 changed files with 134 additions and 165 deletions
-1
View File
@@ -378,7 +378,6 @@ impl pallet_offences::Trait for Runtime {
type IdentificationTuple = pallet_session::historical::IdentificationTuple<Self>;
type OnOffenceHandler = Staking;
type WeightSoftLimit = OffencesWeightSoftLimit;
type WeightInfo = ();
}
impl pallet_authority_discovery::Trait for Runtime {}