Skip to content

Commit 57d1447

Browse files
committed
Use computed benches
1 parent 325381f commit 57d1447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/humanode-runtime/src

crates/humanode-runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ impl pallet_fixed_validators_set::Config for Runtime {
567567
type RuntimeEvent = RuntimeEvent;
568568
type ValidatorId = AccountId;
569569
type MaxValidators = ConstU32<MAX_AUTHENTICATIONS>; /* same amount in theory */
570-
type WeightInfo = (); // TODO: bench
570+
type WeightInfo = weights::pallet_fixed_validators_set::WeightInfo<Runtime>;
571571
}
572572

573573
impl pallet_humanode_session::Config for Runtime {

0 commit comments

Comments
 (0)