mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 05:35:42 +00:00
* Replace 'Module' with 'Pallet'. * "Update Substrate" * fix babe usage * fix benchmark Co-authored-by: parity-processbot <> Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
@@ -41,9 +41,9 @@ construct_runtime! {
|
||||
NodeBlock = Block,
|
||||
UncheckedExtrinsic = UncheckedExtrinsic,
|
||||
{
|
||||
System: frame_system::{Module, Call, Config, Storage, Event<T>},
|
||||
Bridge: pallet_substrate_bridge::{Module},
|
||||
FinalityVerifier: finality_verifier::{Module},
|
||||
System: frame_system::{Pallet, Call, Config, Storage, Event<T>},
|
||||
Bridge: pallet_substrate_bridge::{Pallet},
|
||||
FinalityVerifier: finality_verifier::{Pallet},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user