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 39437e0 commit 2c6359cCopy full SHA for 2c6359c
target_chains/solana/pyth_solana_receiver_sdk/src/price_update.rs
@@ -137,7 +137,7 @@ impl TwapUpdate {
137
window_seconds: u64,
138
feed_id: &FeedId,
139
) -> std::result::Result<TwapPrice, GetPriceError> {
140
- // Ensure the update is isn't outdated
+ // Ensure the update isn't outdated
141
let twap_price = self.get_twap_unchecked(feed_id)?;
142
check!(
143
twap_price
0 commit comments