Skip to content

Commit

Permalink
[runtime] fix pallet-membership trait definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Apr 9, 2024
1 parent 41e1592 commit 8704406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bajun/src/weights/pallet_membership.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
/// Storage: `Council::Prime` (r:0 w:1)
/// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// The range of component `m` is `[1, 100]`.
fn reset_member(m: u32, ) -> Weight {
fn reset_members(m: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `207 + m * (64 ±0)`
// Estimated: `4687 + m * (64 ±0)`
Expand Down

0 comments on commit 8704406

Please sign in to comment.