Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Guillaume Thiolliere <[email protected]>
  • Loading branch information
shawntabrizi and gui1117 authored Aug 26, 2020
commit cc6d91a65ebc3dc3b2fc61ad11dc037e45b9535c
2 changes: 1 addition & 1 deletion frame/collective/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ decl_module! {
/// # </weight>
#[weight = (
T::WeightInfo::execute(
*length_bound as u32, // B
*length_bound, // B
MAX_MEMBERS, // M
).saturating_add(proposal.get_dispatch_info().weight), // P
DispatchClass::Operational
Expand Down