diff --git a/x/upgrade/types/types.proto b/x/upgrade/types/types.proto index 3b0fffb8f1..ba1191773f 100644 --- a/x/upgrade/types/types.proto +++ b/x/upgrade/types/types.proto @@ -41,7 +41,7 @@ message SoftwareUpgradeProposal { Plan plan = 3 [(gogoproto.nullable) = false]; } -// SoftwareUpgradeProposal is a gov Content type for cancelling a software upgrade +// CancelSoftwareUpgradeProposal is a gov Content type for cancelling a software upgrade message CancelSoftwareUpgradeProposal { option (gogoproto.equal) = true;