Skip to content

Commit

Permalink
Update zetaclient/evm_client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
brewmaster012 and lumtis committed Oct 20, 2023
1 parent 2ec1a86 commit 1cea614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/evm_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ func (ob *EVMChainClient) IsSendOutTxProcessed(sendHash string, nonce uint64, co
return true, false, nil
}
}
} else { //
} else {
logger.Info().Msgf("Found (failed tx) sendHash %s on chain %s txhash %s", sendHash, ob.chain.String(), receipt.TxHash.Hex())
zetaTxHash, err := ob.zetaClient.PostReceiveConfirmation(
sendHash,
Expand Down

0 comments on commit 1cea614

Please sign in to comment.