We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70912fd commit 44bf125Copy full SHA for 44bf125
program/rust/src/accounts/price.rs
@@ -69,8 +69,9 @@ mod price_pythnet {
69
pub max_latency_: u8,
70
/// Various flags
71
pub flags: PriceAccountFlags,
72
- /// Unused placeholder for alignment
73
- pub unused_3_: i32,
+ /// Globally unique price feed index used for publishing.
+ /// Limited to 28 bites.
74
+ pub feed_index: i32,
75
/// Corresponding product account
76
pub product_account: Pubkey,
77
/// Next price account in the list
0 commit comments