MsgTransfer is not validated before calling Transfer #1237
Labels
good first issue
Good for newcomers
type: bug
Issues that need priority attention -- something isn't working
Problem
Before calling the Transfer method of ICS-20, the message is not being validated. Normally, Transfer is called as a result of submitting a message MsgTransfer to the chain, which calls
ValidateBasic
. However, the validation is skipped in case of calling the method directly.Closing criteria
Validate MsgTransfer before calling Transfer.
The text was updated successfully, but these errors were encountered: