Re-expose system events (#2881)

This commit is contained in:
Bastian Köcher
2019-06-17 14:37:00 +02:00
committed by DemiMarie-parity
parent f7bd56d2a8
commit de90fd78b6
+1 -1
View File
@@ -247,7 +247,7 @@ construct_runtime!(
NodeBlock = node_primitives::Block,
UncheckedExtrinsic = UncheckedExtrinsic
{
System: system::{Module, Call, Storage, Config<T>},
System: system::{default, Config<T>},
Aura: aura::{Module, Config<T>, Inherent(Timestamp)},
Timestamp: timestamp::{Module, Call, Storage, Config<T>, Inherent},
Indices: indices,