From ef7b561f70195e9f9ea7f4ea44298ed9b0b9a0e6 Mon Sep 17 00:00:00 2001 From: forager <84751016+theforager@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:42:59 -0500 Subject: [PATCH] fix: invalid proto semicolon lines (#24862) --- proto/cosmos/gov/v1/genesis.proto | 1 - proto/cosmos/gov/v1/gov.proto | 2 -- 2 files changed, 3 deletions(-) diff --git a/proto/cosmos/gov/v1/genesis.proto b/proto/cosmos/gov/v1/genesis.proto index 260855e951..b45898d170 100644 --- a/proto/cosmos/gov/v1/genesis.proto +++ b/proto/cosmos/gov/v1/genesis.proto @@ -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. diff --git a/proto/cosmos/gov/v1/gov.proto b/proto/cosmos/gov/v1/gov.proto index 29ea9d2fdc..ca9b9eeb14 100644 --- a/proto/cosmos/gov/v1/gov.proto +++ b/proto/cosmos/gov/v1/gov.proto @@ -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