Skip to content

Commit

Permalink
Include weights in runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 15, 2024
1 parent 74a83ab commit e27262a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ impl pallet_parameters::Config for Runtime {

impl pallet_attestation::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
// type WeightInfo = weights::pallet_attestation::WeightInfo<Runtime>;
type WeightInfo = weights::pallet_attestation::WeightInfo<Runtime>;
}

construct_runtime!(
Expand Down
1 change: 1 addition & 0 deletions runtime/src/weights/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

pub mod frame_election_provider_support;
pub mod frame_system;
pub mod pallet_attestation;
pub mod pallet_bags_list;
pub mod pallet_balances;
pub mod pallet_bounties;
Expand Down

0 comments on commit e27262a

Please sign in to comment.