Skip to content

Commit 82783ec

Browse files
committed
removed price ids input
1 parent 088d0d8 commit 82783ec

File tree

1 file changed

+0
-1
lines changed
  • target_chains/stylus/contracts/pyth-receiver/src

1 file changed

+0
-1
lines changed

target_chains/stylus/contracts/pyth-receiver/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ impl PythReceiver {
221221
fn parse_price_feed_updates_internal(
222222
&mut self,
223223
update_data: Vec<u8>,
224-
price_ids: Vec<[u8; 32]>,
225224
min_allowed_publish_time: u64,
226225
max_allowed_publish_time: u64,
227226
check_uniqueness: bool,

0 commit comments

Comments
 (0)