Skip to content

Commit

Permalink
fix naming permill
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 26, 2024
1 parent adaaf8a commit 20d624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-parachains/encointer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ impl pallet_encointer_democracy::Config for Runtime {
type MaxReputationCount = ConstU32<64>;
type ConfirmationPeriod = ConfirmationPeriod;
type ProposalLifetime = ProposalLifetime;
type MinTurnout = ConstU128<50>; // permill of electorate: 1 = 0.1%, 50 = 5.0%
type MinTurnout = ConstU128<50>; // perthousand of electorate: 1 = 0.1%, 50 = 5.0%
type WeightInfo = weights::pallet_encointer_democracy::WeightInfo<Runtime>;
}

Expand Down

0 comments on commit 20d624d

Please sign in to comment.