Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Mar 3, 2020
1 parent 463f522 commit d256e5a
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 68 deletions.
141 changes: 74 additions & 67 deletions simapp/codec/codec.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion simapp/codec/codec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ message MsgSubmitProposal {
option (gogoproto.goproto_getters) = false;

cosmos_sdk.x.gov.v1.MsgSubmitProposalBase base = 1 [(gogoproto.nullable) = false, (gogoproto.embed) = true];
Content content = 2 [(gogoproto.nullable) = false];
Content content = 2;
}

// Proposal defines the application-level concrete proposal type used in governance
Expand Down

0 comments on commit d256e5a

Please sign in to comment.