Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Dec 19, 2024
1 parent 0f4b51e commit 02d268f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ where
DstChain: UseExtraChainComponentsForPacketRelayer<SrcChain>
+ HasMessageResponseEvents
+ HasWriteAckEvent<SrcChain>,
DstChain::Timeout: Ord,
Logger: for<'a> CanLog<LogSkipRelayLockedPacket<'a, Relay>>
+ for<'a> CanLog<LogRelayPacketAction<'a, Relay>>
+ for<'a> CanLog<LogRelayPacketStatus<'a, Relay>>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ where
+ CanBuildReceivePacketMessage<SrcChain>,
SrcChain::Height: Clone,
DstChain::Height: Clone,
DstChain::Timeout: Ord,
SrcChain::Runtime: CanSleep,
DstChain::Runtime: CanSleep,
Logger: for<'a> CanLog<LogSkipRelayLockedPacket<'a, Relay>>
Expand Down

0 comments on commit 02d268f

Please sign in to comment.