fix: invalid proto semicolon lines (#24862)

This commit is contained in:
forager 2025-06-10 14:42:59 -05:00 committed by GitHub
parent 7293a0d932
commit ef7b561f70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View File

@ -28,7 +28,6 @@ message GenesisState {
TallyParams tally_params = 7 [deprecated = true];
// params defines all the paramaters of x/gov module.
Params params = 8 [(cosmos_proto.field_added_in) = "cosmos-sdk 0.47"];
;
// The constitution allows builders to lay a foundation and define purpose.
// This is an immutable string set in genesis.
// There are no amendments, to go outside of scope, just fork.

View File

@ -85,11 +85,9 @@ message Proposal {
// title is the title of the proposal
string title = 11 [(cosmos_proto.field_added_in) = "cosmos-sdk 0.47"];
;
// summary is a short summary of the proposal
string summary = 12 [(cosmos_proto.field_added_in) = "cosmos-sdk 0.47"];
;
// proposer is the address of the proposal sumbitter
string proposer = 13