Skip to content

Commit 9068d78

Browse files
committed
fix: remove InvalidFeedSubscriptionDetails.unknown_symbols
1 parent b6f780a commit 9068d78

File tree

1 file changed

+0
-1
lines changed
  • lazer/sdk/rust/protocol/src

1 file changed

+0
-1
lines changed

lazer/sdk/rust/protocol/src/api.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ pub struct SubscribedResponse {
464464
#[serde(rename_all = "camelCase")]
465465
pub struct InvalidFeedSubscriptionDetails {
466466
pub unknown_ids: Vec<PriceFeedId>,
467-
pub unknown_symbols: Vec<String>,
468467
pub unsupported_channels: Vec<PriceFeedId>,
469468
pub unstable: Vec<PriceFeedId>,
470469
}

0 commit comments

Comments
 (0)