diff --git a/bin/node/runtime/src/lib.rs b/bin/node/runtime/src/lib.rs index 29df93d20..8c167f908 100644 --- a/bin/node/runtime/src/lib.rs +++ b/bin/node/runtime/src/lib.rs @@ -1437,7 +1437,7 @@ impl pallet_whitelist::Config for Runtime { impl pallet_liberland_legislation::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Citizenship = LLM; - type ConstitutionOrigin = pallet_democracy::EnsureReferendumProportionAtLeast; + type ConstitutionOrigin = pallet_democracy::EnsureReferendumProportionAtLeast; type InternationalTreatyOrigin = EnsureRootOrHalfCouncil; type LowTierDeleteOrigin = EitherOf< EnsureRoot,