Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
RustNinja committed Mar 25, 2024
1 parent a4762f7 commit e3efd9a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions x/ibctransfermiddleware/types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ func (msg *MsgAddIBCFeeConfig) ValidateBasic() error {
return sdkerrors.Wrap(err, "invalid authority address")
}

// // validate channelIDs
// if err := host.ChannelIdentifierValidator(msg.ChannelID); err != nil {
// return err
// }

// // validate ibcDenom
// err := ibctransfertypes.ValidateIBCDenom(msg.IbcDenom)
// if err != nil {
// return err
// }

return nil
}

Expand Down

0 comments on commit e3efd9a

Please sign in to comment.