Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jul 3, 2024
1 parent 5320fe6 commit 8e64de0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/ccip-tests/actions/ccip_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,6 @@ func (sourceCCIP *SourceCCIPModule) AssertSendRequestedLogFinalized(
if err == nil {
gasUsed = receipt.GasUsed
}
prevEventAt = time.Now().UTC()
lggr.Info().Msg("Waiting for CCIPSendRequested event log to be finalized")
finalizedBlockNum, finalizedAt, err := sourceCCIP.Common.ChainClient.WaitForFinalizedTx(txHash)
if err != nil || finalizedBlockNum == nil {
Expand Down

0 comments on commit 8e64de0

Please sign in to comment.