difftreelog
fix(collator-selection) proper weights
in: master
1 file changed
runtime/common/config/pallets/collator_selection.rsdiffbeforeafterboth94 type ValidatorId = <Self as frame_system::Config>::AccountId;94 type ValidatorId = <Self as frame_system::Config>::AccountId;95 type ValidatorIdOf = pallet_collator_selection::IdentityCollator;95 type ValidatorIdOf = pallet_collator_selection::IdentityCollator;96 type ValidatorRegistration = Session;96 type ValidatorRegistration = Session;97 type WeightInfo = ();97 type WeightInfo = pallet_collator_selection::weights::SubstrateWeight<Runtime>;98}98}9999