Add VoteLocking config (#3734)

* update

* Update runtime/kusama/src/lib.rs

* Update runtime/polkadot/src/lib.rs

* cargo update -p sp-io

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Xiliang Chen
2021-09-03 23:06:37 +12:00
committed by GitHub
parent 84d89475a5
commit 1bdede0da4
3 changed files with 184 additions and 242 deletions
+182 -242
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -526,6 +526,7 @@ impl pallet_democracy::Config for Runtime {
type Event = Event;
type Currency = Balances;
type EnactmentPeriod = EnactmentPeriod;
type VoteLockingPeriod = EnactmentPeriod;
type LaunchPeriod = LaunchPeriod;
type VotingPeriod = VotingPeriod;
type MinimumDeposit = MinimumDeposit;
+1
View File
@@ -511,6 +511,7 @@ impl pallet_democracy::Config for Runtime {
type Event = Event;
type Currency = Balances;
type EnactmentPeriod = EnactmentPeriod;
type VoteLockingPeriod = EnactmentPeriod;
type LaunchPeriod = LaunchPeriod;
type VotingPeriod = VotingPeriod;
type MinimumDeposit = MinimumDeposit;