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 cc10bd0 commit 99998e4Copy full SHA for 99998e4
target_chains/stylus/contracts/pyth-receiver/src/lib.rs
@@ -203,7 +203,7 @@ impl PythReceiver {
203
}
204
205
for i in 0..price_ids.len() {
206
- if (self.latest_price_info_publish_time(price_ids[i]) < publish_times[i]) {
+ if self.latest_price_info_publish_time(price_ids[i]) < publish_times[i] {
207
self.update_price_feeds(update_data.clone())?;
208
return Ok(());
209
0 commit comments