mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
fix construct_runtime (#2898)
This commit is contained in:
committed by
Bastian Köcher
parent
faabbb15c1
commit
72278748ab
@@ -247,7 +247,7 @@ construct_runtime!(
|
||||
NodeBlock = node_primitives::Block,
|
||||
UncheckedExtrinsic = UncheckedExtrinsic
|
||||
{
|
||||
System: system::{default, Config<T>},
|
||||
System: system,
|
||||
Aura: aura::{Module, Config<T>, Inherent(Timestamp)},
|
||||
Timestamp: timestamp::{Module, Call, Storage, Config<T>, Inherent},
|
||||
Indices: indices,
|
||||
@@ -261,7 +261,7 @@ construct_runtime!(
|
||||
FinalityTracker: finality_tracker::{Module, Call, Inherent},
|
||||
Grandpa: grandpa::{Module, Call, Storage, Config<T>, Event},
|
||||
Treasury: treasury,
|
||||
Contract: contract::{Module, Call, Storage, Config<T>, Event<T>},
|
||||
Contract: contract,
|
||||
Sudo: sudo,
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user