We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325381f commit 57d1447Copy full SHA for 57d1447
1 file changed
crates/humanode-runtime/src/lib.rs
@@ -567,7 +567,7 @@ impl pallet_fixed_validators_set::Config for Runtime {
567
type RuntimeEvent = RuntimeEvent;
568
type ValidatorId = AccountId;
569
type MaxValidators = ConstU32<MAX_AUTHENTICATIONS>; /* same amount in theory */
570
- type WeightInfo = (); // TODO: bench
+ type WeightInfo = weights::pallet_fixed_validators_set::WeightInfo<Runtime>;
571
}
572
573
impl pallet_humanode_session::Config for Runtime {
0 commit comments