Skip to content

Commit

Permalink
add ensure role to runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Nov 30, 2023
1 parent ab8596f commit d0338a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/imbue-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ impl pallet_briefs::Config for Runtime {
type BriefStorageItem = BriefStorageItem;
type DepositHandler = Deposits;
type JurySelector = PointerBasedJurySelector<Runtime>;
type EnsureRole = pallet_fellowship::impls::EnsureFellowshipRole<Runtime>;
}

parameter_types! {
Expand Down

0 comments on commit d0338a3

Please sign in to comment.