Skip to content

Commit

Permalink
[runtime] fix aaa mbm weight types
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Apr 23, 2024
1 parent fd3496a commit 9073b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ use core::marker::PhantomData;

/// Weight functions for `pallet_ajuna_awesome_avatars_mbm`.
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_ajuna_awesome_avatars_mbm::WeightInfo for WeightInfo<T> {
impl<T: frame_system::Config> pallet_ajuna_awesome_avatars::migration::v6::WeightInfo for WeightInfo<T> {
/// Storage: `AwesomeAvatars::PlayerSeasonConfigs` (r:2 w:1)
/// Proof: `AwesomeAvatars::PlayerSeasonConfigs` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`)
/// Storage: `AwesomeAvatars::TradeStatsMap` (r:0 w:1)
Expand Down

0 comments on commit 9073b1b

Please sign in to comment.