Skip to content

Commit

Permalink
removed OUtboundLaneApi::compatible_relayer_version methods
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Apr 23, 2024
1 parent 2f3569d commit f973f81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -986,9 +986,6 @@ impl_runtime_apis! {
bridge_to_westend_config::WithBridgeHubWestendMessagesInstance,
>(lane, begin, end)
}
fn compatible_relayer_version() -> bp_runtime::RelayerVersion {
BridgeWestendMessages::compatible_relayer_version()
}
}

impl bp_polkadot_bulletin::PolkadotBulletinFinalityApi<Block> for Runtime {
Expand Down Expand Up @@ -1030,9 +1027,6 @@ impl_runtime_apis! {
bridge_to_bulletin_config::WithRococoBulletinMessagesInstance,
>(lane, begin, end)
}
fn compatible_relayer_version() -> bp_runtime::RelayerVersion {
BridgeRococoBulletinMessages::compatible_relayer_version()
}
}

impl snowbridge_outbound_queue_runtime_api::OutboundQueueApi<Block, Balance> for Runtime {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,6 @@ impl_runtime_apis! {
bridge_to_rococo_config::WithBridgeHubRococoMessagesInstance,
>(lane, begin, end)
}
fn compatible_relayer_version() -> bp_runtime::RelayerVersion {
BridgeRococoMessages::compatible_relayer_version()
}
}

#[cfg(feature = "try-runtime")]
Expand Down

0 comments on commit f973f81

Please sign in to comment.