From 1a0326b7dcddfd7d18d384bb67a1a8aaa4a9cfaa Mon Sep 17 00:00:00 2001 From: Tanmay Date: Tue, 18 Jul 2023 13:59:06 -0400 Subject: [PATCH] debugging hotfix v5.0.1 --- zetaclient/evm_client.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zetaclient/evm_client.go b/zetaclient/evm_client.go index 9452746728..ac0a33aca2 100644 --- a/zetaclient/evm_client.go +++ b/zetaclient/evm_client.go @@ -235,6 +235,10 @@ 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("Processing sendHash %s on chain %s", sendHash, ob.chain.String()) + logger.Info().Msgf("Receipt Hash %s", receipt.TxHash.Hex()) + logger.Info().Msgf("Receipt BlockNumber %s", receipt.BlockNumber) + logger.Info().Msgf("Receipt %+v", receipt) 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(