fix: invalid proto semicolon lines (#24862)
This commit is contained in:
parent
7293a0d932
commit
ef7b561f70
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user