From b6683ca2c0aea209fba1b3debe89523318416658 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 f65191b64..dd41fec09 100644 --- a/bin/node/runtime/src/lib.rs +++ b/bin/node/runtime/src/lib.rs @@ -1444,7 +1444,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 = pallet_collective::EnsureProportionAtLeast; // FIXME what ratio? type LowTierDeleteOrigin = EitherOf< EnsureRoot,