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 ff21488 commit f9c605e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zetaclient/evm_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ func (ob *EVMChainClient) IsSendOutTxProcessed(sendHash string, nonce int, coint
logger.Info().Msgf("Zeta tx hash: %s", zetaTxHash)
return true, true, nil
}
logger.Info().Msgf("Unable to PostReceiveConfirmation %s | %s | %s | %d ", sendHash, ob.chain.String(), receipt.TxHash, receipt.Status)
} else if cointype == common.CoinType_ERC20 {
if receipt.Status == 1 {
logs := receipt.Logs
Expand Down

0 comments on commit f9c605e

Please sign in to comment.