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 fce2f10 commit d6b04e0Copy full SHA for d6b04e0
target_chains/stylus/contracts/pyth-receiver/src/lib.rs
@@ -444,9 +444,8 @@ impl PythReceiver {
444
return Err(PythReceiverError::PriceFeedNotFoundWithinRange);
445
}
446
447
- let price_id_fb =
448
- FixedBytes::<32>::from(price_feed_message.feed_id);
449
-
+ let price_id_fb = FixedBytes::<32>::from(price_feed_message.feed_id);
+
450
if check_uniqueness {
451
let prev_price_info = self.latest_price_info.get(price_id_fb);
452
let prev_publish_time =
0 commit comments