Skip to content

Commit

Permalink
Merge pull request #325 from liberland/BLOCKCHAIN-161-referendum-conc…
Browse files Browse the repository at this point in the history
…erning-constitution-verify-tallying

BLOCKCHAIN-161 - Referendum concerning Constitution - verify tallying
  • Loading branch information
DorianSternVukotic authored Oct 5, 2023
2 parents fcdf800 + 6458fd6 commit 92b8e98
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 @@ -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<Self, 3, 4>;
type ConstitutionOrigin = pallet_democracy::EnsureReferendumProportionAtLeast<Self, 2, 3>;
type InternationalTreatyOrigin = EnsureRootOrHalfCouncil;
type LowTierDeleteOrigin = EitherOf<
EnsureRoot<AccountId>,
Expand Down

0 comments on commit 92b8e98

Please sign in to comment.