diff --git a/proto/cronos/tx.proto b/proto/cronos/tx.proto index ed9863a978..68740e500c 100644 --- a/proto/cronos/tx.proto +++ b/proto/cronos/tx.proto @@ -82,7 +82,7 @@ message MsgTurnBridge { bool enable = 2; } -// MsgTurnBridgegResponse defines the response type +// MsgTurnBridgeResponse defines the response type message MsgTurnBridgeResponse {} // MsgUpdateParams defines the request type for updating cronos params. diff --git a/x/cronos/types/tx.pb.go b/x/cronos/types/tx.pb.go index 14b0a74671..a182082a0c 100644 --- a/x/cronos/types/tx.pb.go +++ b/x/cronos/types/tx.pb.go @@ -389,7 +389,7 @@ func (m *MsgTurnBridge) GetEnable() bool { return false } -// MsgTurnBridgegResponse defines the response type +// MsgTurnBridgeResponse defines the response type type MsgTurnBridgeResponse struct { }