Skip to content

Commit

Permalink
additional logs to check post receive confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Jun 13, 2023
1 parent 2eb92a4 commit 84d45cb
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 @@ -227,7 +227,7 @@ func (ob *EVMChainClient) IsSendOutTxProcessed(sendHash string, nonce int, coint
}
sendID := fmt.Sprintf("%s-%d", ob.chain.String(), nonce)
logger = logger.With().Str("sendID", sendID).Logger()
logger.Info().Msgf("Found TX and Receipt %s", transaction.Hash().Hex(), receipt.Status)
logger.Info().Msgf("Found TX and Receipt %s | %d ", transaction.Hash().Hex(), receipt.Status)
if cointype == common.CoinType_Gas { // the outbound is a regular Ether/BNB/Matic transfer; no need to check events
if receipt.Status == 1 {
zetaHash, err := ob.zetaClient.PostReceiveConfirmation(
Expand Down

0 comments on commit 84d45cb

Please sign in to comment.