Skip to content

Commit

Permalink
Merge pull request #102 from pyth-network/add-ignored
Browse files Browse the repository at this point in the history
Add ignored
  • Loading branch information
guibescos authored Feb 8, 2023
2 parents 42efedf + 1bb1547 commit 849cffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyth-sdk-solana/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyth-sdk-solana"
version = "0.7.0"
version = "0.7.1"
authors = ["Pyth Data Foundation"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pyth-sdk-solana/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ pub enum PriceStatus {
Halted,
/// The price feed is not currently updating because an auction is setting the price.
Auction,
/// A price component can be ignored if the confidence interval is too wide
Ignored,
}

impl Default for PriceStatus {
Expand Down

0 comments on commit 849cffe

Please sign in to comment.