Skip to content

Commit

Permalink
fix pairs field name
Browse files Browse the repository at this point in the history
  • Loading branch information
megsdevs committed Jan 24, 2024
1 parent a076660 commit 47c22f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/valorem/trade/v1/instruments.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ message AssetPair {
}

message FeaturedOptionsRequest {
repeated AssetPairOptions asset = 1; // List of asset pairs to get featured data for.
repeated AssetPairOptions pairs = 1; // List of asset pairs to get featured data for.
}

// AssetPairOptions represents the details and the featured options (if available) for a token pair
Expand Down

0 comments on commit 47c22f3

Please # to comment.