Skip to content

Commit

Permalink
Update substrate weight template
Browse files Browse the repository at this point in the history
Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
  • Loading branch information
georgepisaltu committed Nov 8, 2024
1 parent c04fffa commit 2e88d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/.maintain/frame-umbrella-weight-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub trait WeightInfo {

/// Weights for `{{pallet}}` using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
{{#if (eq pallet "frame_system")}}
{{#if (or (eq pallet "frame_system") (eq pallet "frame_system_extensions"))}}
impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
{{else}}
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
Expand Down

0 comments on commit 2e88d75

Please sign in to comment.