diff --git a/x/bridge/types/msg.go b/x/bridge/types/msg.go index 595a96fd..d4ee5c51 100644 --- a/x/bridge/types/msg.go +++ b/x/bridge/types/msg.go @@ -41,7 +41,7 @@ func (m *MsgChangeEthereumCosmos) Route() string { } func (m *MsgChangeEthereumCosmos) Type() string { - return types.MsgTypeChangeCosmosEthereum + return types.MsgTypeChangeEthereumCosmos } func (m *MsgChangeEthereumCosmos) ValidateBasic() error {