Expose Aura storage and calls (#3089)

This commit is contained in:
Bastian Köcher
2019-07-10 16:56:49 +02:00
committed by GitHub
parent 920221fa02
commit 26606eb492
+1 -1
View File
@@ -406,7 +406,7 @@ construct_runtime!(
UncheckedExtrinsic = UncheckedExtrinsic
{
System: system::{Module, Call, Storage, Config, Event},
Aura: aura::{Module, Config<T>, Inherent(Timestamp)},
Aura: aura::{Module, Call, Storage, Config<T>, Inherent(Timestamp)},
Timestamp: timestamp::{Module, Call, Storage, Config<T>, Inherent},
Authorship: authorship::{Module, Call, Storage},
Indices: indices,