Skip to content

Commit

Permalink
chore: remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Oct 19, 2024
1 parent bf4d7fe commit f1926fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/relayer/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl ChainClient {

// Wait for the transaction to be confirmed
let receipt = tx
.log()
.confirmations(CONFIRMATIONS)
.await?
.ok_or(anyhow!("No receipt"))?;
Expand Down

0 comments on commit f1926fe

Please sign in to comment.