Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 committed Oct 25, 2024
1 parent 694a602 commit 5045a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ampd/src/handlers/evm_verify_msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ where

let tx_hashes: HashSet<Hash> = messages
.iter()
.map(|msg| msg.message_id.tx_hash.into()).collect();
.map(|msg| msg.message_id.tx_hash.into())
.collect();
let finalized_tx_receipts = self
.finalized_tx_receipts(tx_hashes, confirmation_height)
.await?;
Expand Down

0 comments on commit 5045a19

Please sign in to comment.