mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 12:28:01 +00:00
remove unused RialtoParachainGrandpaInstance (#1441)
This commit is contained in:
committed by
Bastian Köcher
parent
b870fe74f8
commit
5e2e5906e8
@@ -423,15 +423,6 @@ impl pallet_bridge_grandpa::Config<WestendGrandpaInstance> for Runtime {
|
||||
type WeightInfo = pallet_bridge_grandpa::weights::MillauWeight<Runtime>;
|
||||
}
|
||||
|
||||
pub type RialtoParachainGrandpaInstance = pallet_bridge_grandpa::Instance2;
|
||||
impl pallet_bridge_grandpa::Config<RialtoParachainGrandpaInstance> for Runtime {
|
||||
type BridgedChain = bp_rialto_parachain::RialtoParachain;
|
||||
type MaxRequests = MaxRequests;
|
||||
type HeadersToKeep = HeadersToKeep;
|
||||
|
||||
type WeightInfo = pallet_bridge_grandpa::weights::MillauWeight<Runtime>;
|
||||
}
|
||||
|
||||
impl pallet_shift_session_manager::Config for Runtime {}
|
||||
|
||||
parameter_types! {
|
||||
|
||||
Reference in New Issue
Block a user