git.delta.rocks / unique-network / refs/commits / f2a853a15fb6

difftreelog

fix(collator-selection) proper weights

Fahrrader2022-12-29parent: #c43adc7.patch.diff
in: master

1 file changed

modifiedruntime/common/config/pallets/collator_selection.rsdiffbeforeafterboth
94 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