Skip to content
Snippets Groups Projects
Commit 26606eb4 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Expose `Aura` storage and calls (#3089)

parent 920221fa
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment