Skip to content

Commit

Permalink
chore: fix wrong merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
bznein committed Oct 14, 2024
1 parent 6a0d99d commit 4533912
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/core/api/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,4 @@ type IBCModule interface {
acknowledgement []byte,
relayer sdk.AccAddress,
) error

// OnAcknowledgementPacket is executed when a packet gets acknowledged
OnAcknowledgementPacket(
ctx context.Context,
sourceID string,
destinationID string,
data channeltypesv2.PacketData,
acknowledgement []byte,
relayer sdk.AccAddress,
) error
}

0 comments on commit 4533912

Please sign in to comment.