Skip to content

Commit

Permalink
Merge branch 'main' into feat/improve-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
izyak authored Aug 7, 2023
2 parents c181859 + 76c2393 commit 77166fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions relayer/processor/path_end_runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,7 @@ func (pathEnd *pathEndRuntime) shouldSendPacketMessage(message packetIBCMessage,

pathEndForHeight := counterparty
if eventType == chantypes.EventTypeTimeoutPacket ||
eventType == chantypes.EventTypeTimeoutPacketOnClose ||
eventType == common.EventTimeoutRequest {
eventType == chantypes.EventTypeTimeoutPacketOnClose {
pathEndForHeight = pathEnd
}

Expand Down

0 comments on commit 77166fd

Please sign in to comment.