Fix chainspec and runtime (#326)

This commit is contained in:
Bastian Köcher
2019-07-11 16:57:50 +02:00
committed by André Silva
parent 5dfc0aab05
commit d814150d07
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -380,8 +380,8 @@ construct_runtime!(
Authorship: authorship::{Module, Call, Storage},
Indices: indices,
Balances: balances,
Session: session::{Module, Call, Storage, Event, Config<T>},
Staking: staking::{default, OfflineWorker},
Session: session::{Module, Call, Storage, Event, Config<T>},
Democracy: democracy::{Module, Call, Storage, Config, Event<T>},
Council: council::{Module, Call, Storage, Event<T>},
CouncilMotions: council_motions::{Module, Call, Storage, Event<T>, Origin<T>},