We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f804cc commit f00da0eCopy full SHA for f00da0e
pyth-sdk-solana/src/state.rs
@@ -226,7 +226,6 @@ pub struct PriceInfo {
226
/// confidence interval around the price.
227
/// For the aggregate confidence use `get_price_no_older_than()` whenever possible. Accessing
228
/// fields directly might expose you to stale or invalid prices.
229
- /// is valid.
230
pub conf: u64,
231
/// status of price (Trading is valid)
232
pub status: PriceStatus,
0 commit comments