Skip to content

Commit

Permalink
Remove InboundPayload check (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Jan 25, 2023
1 parent 873ea4e commit e9b0a1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/runtime-common/src/integrity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ macro_rules! assert_bridge_messages_pallet_types(

assert_type_eq_all!(<$r as MessagesConfig<$i>>::OutboundPayload, FromThisChainMessagePayload);

assert_type_eq_all!(<$r as MessagesConfig<$i>>::InboundPayload, FromBridgedChainMessagePayload<CallOf<ThisChain<$bridge>>>);
assert_type_eq_all!(<$r as MessagesConfig<$i>>::InboundRelayer, AccountIdOf<BridgedChain<$bridge>>);

assert_type_eq_all!(<$r as MessagesConfig<$i>>::TargetHeaderChain, TargetHeaderChainAdapter<$bridge>);
Expand Down

0 comments on commit e9b0a1c

Please sign in to comment.