From 6458fd6fd2e7fbd665275d2dda46d4effa4c4f18 Mon Sep 17 00:00:00 2001 From: Michal Lustyk Date: Tue, 19 Sep 2023 15:18:56 +0200 Subject: [PATCH] BLOCKCHAIN-161 - Updated ConstitutionOrigin --- bin/node/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/node/runtime/src/lib.rs b/bin/node/runtime/src/lib.rs index 23fa3615d..5d1bed5ee 100644 --- a/bin/node/runtime/src/lib.rs +++ b/bin/node/runtime/src/lib.rs @@ -1433,7 +1433,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,