Skip to content

Commit

Permalink
fix: pool_metadata proto capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Mar 19, 2024
1 parent ccad95c commit 282d76a
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 143 deletions.
2 changes: 1 addition & 1 deletion proto/neutron/dex/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ message QueryGetPoolMetadataRequest {
}

message QueryGetPoolMetadataResponse {
PoolMetadata Pool_metadata = 1 [(gogoproto.nullable) = false];
PoolMetadata pool_metadata = 1 [(gogoproto.nullable) = false];
}

message QueryAllPoolMetadataRequest {
Expand Down
Loading

0 comments on commit 282d76a

Please sign in to comment.