Skip to content

Commit

Permalink
Merge pull request #401 from neutron-org/fix/pool_metadata_proto
Browse files Browse the repository at this point in the history
fix: pool_metadata proto capitalization
  • Loading branch information
pr0n00gler authored Apr 26, 2024
2 parents 12402fd + cd592b1 commit 6364e00
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 147 deletions.
2 changes: 1 addition & 1 deletion proto/neutron/dex/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,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 6364e00

Please sign in to comment.