mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 09:17:58 +00:00
Re-expose system events (#2881)
This commit is contained in:
committed by
DemiMarie-parity
parent
f7bd56d2a8
commit
de90fd78b6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user