diff --git a/bin/node/runtime/src/lib.rs b/bin/node/runtime/src/lib.rs index 23fa3615d..29df93d20 100644 --- a/bin/node/runtime/src/lib.rs +++ b/bin/node/runtime/src/lib.rs @@ -845,7 +845,11 @@ impl pallet_democracy::Config for Runtime { pallet_collective::EnsureProportionAtLeast, > >; - type BlacklistOrigin = EnsureRoot; + type BlacklistOrigin = EitherOfDiverse< + EnsureRoot, + EnsureSenateOrCouncilMajority + >; + // Any single technical committee member may veto a coming council proposal, however they can // only do it once and it lasts only for the cool-off period. type VetoOrigin = pallet_collective::EnsureMember;