mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Migrate examples to use pallet macro (#8138)
This commit is contained in:
committed by
GitHub
parent
1b2dd6117b
commit
ecf4404903
@@ -34,7 +34,7 @@ frame_support::construct_runtime!(
|
||||
UncheckedExtrinsic = UncheckedExtrinsic,
|
||||
{
|
||||
System: frame_system::{Module, Call, Config, Storage, Event<T>},
|
||||
Example: pallet_example_parallel::{Module, Call, Storage, Event},
|
||||
Example: pallet_example_parallel::{Module, Call, Storage},
|
||||
}
|
||||
);
|
||||
|
||||
@@ -75,7 +75,6 @@ parameter_types! {
|
||||
}
|
||||
|
||||
impl Config for Test {
|
||||
type Event = Event;
|
||||
type Call = Call;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user