Skip to content

Commit

Permalink
BLOCKCHAIN-161 - Updated ConstitutionOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Lustyk authored and Michal Lustyk committed Sep 19, 2023
1 parent ef6a0cc commit b6683ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Self, 3, 4>;
type ConstitutionOrigin = pallet_democracy::EnsureReferendumProportionAtLeast<Self, 2, 3>;
type InternationalTreatyOrigin = pallet_collective::EnsureProportionAtLeast<AccountId, CouncilCollective, 1, 2>; // FIXME what ratio?
type LowTierDeleteOrigin = EitherOf<
EnsureRoot<AccountId>,
Expand Down

0 comments on commit b6683ca

Please sign in to comment.