mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +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,
|
NodeBlock = node_primitives::Block,
|
||||||
UncheckedExtrinsic = UncheckedExtrinsic
|
UncheckedExtrinsic = UncheckedExtrinsic
|
||||||
{
|
{
|
||||||
System: system::{Module, Call, Storage, Config<T>},
|
System: system::{default, Config<T>},
|
||||||
Aura: aura::{Module, Config<T>, Inherent(Timestamp)},
|
Aura: aura::{Module, Config<T>, Inherent(Timestamp)},
|
||||||
Timestamp: timestamp::{Module, Call, Storage, Config<T>, Inherent},
|
Timestamp: timestamp::{Module, Call, Storage, Config<T>, Inherent},
|
||||||
Indices: indices,
|
Indices: indices,
|
||||||
|
|||||||
Reference in New Issue
Block a user