File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ pub mod pallet {
665
665
proposal_weight_bound : Weight ,
666
666
#[ pallet:: compact] length_bound : u32 ,
667
667
) -> DispatchResultWithPostInfo {
668
- let _ = ensure_signed ( origin) ?;
668
+ ensure_root ( origin) ?;
669
669
670
670
Self :: do_close ( proposal_hash, index, proposal_weight_bound, length_bound)
671
671
}
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
220
220
// `spec_version`, and `authoring_version` are the same between Wasm and native.
221
221
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
222
222
// the compatible custom types.
223
- spec_version : 218 ,
223
+ spec_version : 219 ,
224
224
impl_version : 1 ,
225
225
apis : RUNTIME_API_VERSIONS ,
226
226
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments