mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
remove duplicate parachain heads exension (#1444)
* remove duplicate parachain heads exension * fix benchmarks compilation * actually fix it
This commit is contained in:
committed by
Bastian Köcher
parent
db2bc11476
commit
53780cfd1a
@@ -46,7 +46,7 @@ construct_runtime! {
|
||||
System: frame_system::{Pallet, Call, Config, Storage, Event<T>},
|
||||
Grandpa1: pallet_bridge_grandpa::<Instance1>::{Pallet},
|
||||
Grandpa2: pallet_bridge_grandpa::<Instance2>::{Pallet},
|
||||
Parachains: pallet_bridge_parachains::{Pallet},
|
||||
Parachains: pallet_bridge_parachains::{Call, Pallet},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user