Update x/upgrade/types/types.proto

Co-Authored-By: Anil Kumar Kammari <anil@vitwit.com>
This commit is contained in:
Alexander Bezobchuk 2020-03-04 09:27:50 -05:00 committed by GitHub
parent 430739c2b8
commit 0cbe4e5532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ message SoftwareUpgradeProposal {
Plan plan = 3 [(gogoproto.nullable) = false]; 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 { message CancelSoftwareUpgradeProposal {
option (gogoproto.equal) = true; option (gogoproto.equal) = true;