Skip to content

Commit

Permalink
Update comment in .proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Aug 14, 2024
1 parent 5a10fba commit cb2574f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/poktroll/tokenomics/tx.pulsar.go

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

2 changes: 1 addition & 1 deletion proto/poktroll/tokenomics/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message MsgUpdateParam {
string authority = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];

// The (name, as_type) tuple must match the corresponding name and type as
// specified in the `Params`` message in `proof/params.proto.`
// specified in the `Params` message in `proof/params.proto.`
string name = 2;
oneof as_type {
string as_string = 3 [(gogoproto.jsontag) = "as_string"];
Expand Down
3 changes: 1 addition & 2 deletions x/tokenomics/types/tx.pb.go

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

0 comments on commit cb2574f

Please sign in to comment.