Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

[0.9.39] Configure SetMembers for collectives pallet. #147

Closed
hbulgarini opened this issue Apr 14, 2023 · 0 comments
Closed

[0.9.39] Configure SetMembers for collectives pallet. #147

hbulgarini opened this issue Apr 14, 2023 · 0 comments
Assignees

Comments

@hbulgarini
Copy link
Contributor

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>;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants