Skip to content

Commit

Permalink
Remove TODO about axelar GMP account
Browse files Browse the repository at this point in the history
  • Loading branch information
luckychess committed Dec 6, 2024
1 parent ae46844 commit ba4eea0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x/gmp/module_ibc.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ func (im IBCModule) OnRecvPacket(
return im.app.OnRecvPacket(ctx, modulePacket, relayer)
}

// // authenticate the message with packet sender + channel-id
// // TODO: authenticate the message with channel-id
// if data.Sender != AxelarGMPAcc {
// return ack
// }

switch msg.Type {
case TypeGeneralMessage:
ctx.Logger().Info(fmt.Sprintf("Got pure general message: %v", msg))
Expand Down

0 comments on commit ba4eea0

Please sign in to comment.