This repository has been archived by the owner on May 21, 2024. It is now read-only.
This repository has been archived by the owner on May 21, 2024. It is now read-only.
Closed
Description
As part of the release 0.9.39 (PR paritytech/substrate#13159), now the origin to add a new members in a collective can be configured from the runtime.
// Origin allowed to set collective members
type SetMembersOrigin: EnsureOrigin<<Self as frame_system::Config>::RuntimeOrigin>;
When trappist gets upgraded to 0.9.39 release, this has to be configured with Root origin.
parameter_types! {
/// Origin allowed to set collective members
type SetMembersOrigin: EnsureOrigin<<Self as frame_system::Config>::RuntimeOrigin>;
}
Metadata
Assignees
Labels
No labels