We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d668ea + fb09aa8 commit 4082646Copy full SHA for 4082646
pallets/collective/src/lib.rs
@@ -666,7 +666,7 @@ pub mod pallet {
666
proposal_weight_bound: Weight,
667
#[pallet::compact] length_bound: u32,
668
) -> DispatchResultWithPostInfo {
669
- let _ = ensure_signed(origin)?;
+ ensure_root(origin)?;
670
671
Self::do_close(proposal_hash, index, proposal_weight_bound, length_bound)
672
}
0 commit comments