From 5e2e5906e8c761cd32573acd7ab0635a5ecb00ae Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky <svyatonik@gmail.com> Date: Tue, 7 Jun 2022 12:04:01 +0300 Subject: [PATCH] remove unused RialtoParachainGrandpaInstance (#1441) --- bridges/bin/millau/runtime/src/lib.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bridges/bin/millau/runtime/src/lib.rs b/bridges/bin/millau/runtime/src/lib.rs index fbc3f8e374a..8114d6c92cd 100644 --- a/bridges/bin/millau/runtime/src/lib.rs +++ b/bridges/bin/millau/runtime/src/lib.rs @@ -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! { -- GitLab