Skip to content

Commit e69f3ee

Browse files
committed
removed extraneous comment
1 parent 27d0fe4 commit e69f3ee

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ impl PythReceiver {
164164
// dummy implementation
165165
}
166166

167-
168-
// fn update_price_feeds_internal(&mut self, update_data: Vec<u8>, price_ids: Vec<Address>, min_publish_time: u64, max_publish_time: u64, unique: bool) -> Result<(), PythReceiverError> {
169167
fn update_price_feeds_internal(&mut self, update_data: Vec<u8>) -> Result<(), PythReceiverError> {
170168
let update_data_array: &[u8] = &update_data;
171169
// Check the first 4 bytes of the update_data_array for the magic header

0 commit comments

Comments
 (0)