Skip to content

Commit

Permalink
remove altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Oct 18, 2024
1 parent 234edd3 commit 412c4a5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x/interchaintxs/types/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const interchainAccountIDLimit = 128 -
len("neutron1unyuj8qnmygvzuex3dwmg9yzt9alhvyeat0uu0jedg2wj33efl5qmysp02") - // just a random contract address
len(".")

var _ codectypes.UnpackInterfacesMessage = &MsgSubmitTx{}

func (msg *MsgRegisterInterchainAccount) Validate() error {
if len(msg.ConnectionId) == 0 {
return ErrEmptyConnectionID
Expand Down Expand Up @@ -119,10 +117,6 @@ func PackTxMsgAny(sdkMsg sdk.Msg) (*codectypes.Any, error) {
return value, nil
}

func (msg *MsgSubmitTx) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error {
return nil
}

//----------------------------------------------------------------

var _ sdk.Msg = &MsgUpdateParams{}
Expand Down

0 comments on commit 412c4a5

Please sign in to comment.