Skip to content

Commit

Permalink
Fix imports for FromBridgedChainMessagesProof / `FromBridgedChainMe…
Browse files Browse the repository at this point in the history
…ssagesDeliveryProof`
  • Loading branch information
bkontur committed Jun 26, 2024
1 parent 47dc6b6 commit 8fc95e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/runtime-codegen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ fn main() -> color_eyre::Result<()> {
TypeSubstitute::simple("bp_polkadot_core::parachains::ParaId"),
TypeSubstitute::simple("bp_polkadot_core::parachains::ParaHeadsProof"),
TypeSubstitute::simple(
"bridge_runtime_common::messages::target::FromBridgedChainMessagesProof",
"bp_messages::target_chain::FromBridgedChainMessagesProof",
),
TypeSubstitute::simple(
"bridge_runtime_common::messages::source::FromBridgedChainMessagesDeliveryProof",
"bp_messages::source_chain::FromBridgedChainMessagesDeliveryProof",
),
TypeSubstitute::simple("bp_messages::UnrewardedRelayersState"),
TypeSubstitute::custom(
Expand Down

0 comments on commit 8fc95e8

Please sign in to comment.