This commit is contained in:
Kian Paimani
2020-04-22 18:05:59 +02:00
committed by GitHub
parent 283d9d6dc6
commit bbe42763c7
+1 -1
View File
@@ -568,7 +568,7 @@ construct_runtime! {
// Consensus support.
Authorship: authorship::{Module, Call, Storage},
Staking: staking::{Module, Call, Storage, Config<T>, Event<T>},
Staking: staking::{Module, Call, Storage, Config<T>, Event<T>, ValidateUnsigned},
Offences: offences::{Module, Call, Storage, Event},
Historical: session_historical::{Module},
Session: session::{Module, Call, Storage, Event, Config<T>},