Add VoteLocking config (#9641)

* Add VoteLocking config

Co-authored-by: Alexander Popiak <alexander.popiak@gmail.com>
This commit is contained in:
Xiliang Chen
2021-09-03 06:53:57 +12:00
committed by GitHub
parent cfe3490007
commit cd3e3043b0
4 changed files with 57 additions and 48 deletions
+1
View File
@@ -620,6 +620,7 @@ impl pallet_democracy::Config for Runtime {
type EnactmentPeriod = EnactmentPeriod;
type LaunchPeriod = LaunchPeriod;
type VotingPeriod = VotingPeriod;
type VoteLockingPeriod = EnactmentPeriod; // Same as EnactmentPeriod
type MinimumDeposit = MinimumDeposit;
/// A straight majority of the council can decide what their next motion is.
type ExternalOrigin =