Skip to content

Commit c91440e

Browse files
Update target_chains/solana/pyth_solana_receiver_sdk/src/price_update.rs
Co-authored-by: guibescos <[email protected]>
1 parent 712b897 commit c91440e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/solana/pyth_solana_receiver_sdk/src/price_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl TwapUpdate {
9191
/// - Whether the price update has been verified
9292
///
9393
/// It is therefore unsafe to use this function without any extra checks,
94-
/// as it allows for the possibility of using unverified, outdated, or unexpected price updates.
94+
/// as it allows for the possibility of using unverified, outdated, or arbitrary window length twap updates.
9595
pub fn get_twap_unchecked(
9696
&self,
9797
feed_id: &FeedId,

0 commit comments

Comments
 (0)