From 0cbe4e55324b247ddf0d549340de7a0e45216b12 Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Wed, 4 Mar 2020 09:27:50 -0500 Subject: [PATCH] Update x/upgrade/types/types.proto Co-Authored-By: Anil Kumar Kammari --- x/upgrade/types/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;