From f2a853a15fb657495101ecb96a5c09c6bc08aa5d Mon Sep 17 00:00:00 2001 From: Fahrrader Date: Thu, 29 Dec 2022 10:11:14 +0000 Subject: [PATCH] fix(collator-selection): proper weights --- --- a/runtime/common/config/pallets/collator_selection.rs +++ b/runtime/common/config/pallets/collator_selection.rs @@ -94,5 +94,5 @@ type ValidatorId = ::AccountId; type ValidatorIdOf = pallet_collator_selection::IdentityCollator; type ValidatorRegistration = Session; - type WeightInfo = (); + type WeightInfo = pallet_collator_selection::weights::SubstrateWeight; } -- gitstuff