Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jun 19, 2024
1 parent 003c250 commit 381673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func NewCheckDecorator(cdc codec.BinaryCodec) CheckDecorator {
}
}

func (cdc CheckDecorator) CheckMessage(m sdk.Msg) error {
func (cd CheckDecorator) CheckMessage(m sdk.Msg) error {
switch msg := m.(type) {
case *ibctransfertypes.MsgTransfer:
if len(msg.Receiver) > MaximumReceiverLength {
Expand Down

0 comments on commit 381673e

Please sign in to comment.