Skip to content
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.

[0.9.39] Configure SetMembers for collectives pallet. #147

Closed
@hbulgarini

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions