Skip to content

Commit 264d9b0

Browse files
committed
Add ignored
1 parent d06d9cf commit 264d9b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyth-sdk-solana/src/state.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ pub enum PriceStatus {
133133
Halted,
134134
/// The price feed is not currently updating because an auction is setting the price.
135135
Auction,
136+
/// A price component can be ignored if the confidence interval is too wide
137+
Ignored,
136138
}
137139

138140
impl Default for PriceStatus {

0 commit comments

Comments
 (0)