Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Mar 4, 2024
1 parent e865ec1 commit 07d59f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zetaclient/evm/inbounds.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ func (ob *ChainClient) CheckReceiptForCoinTypeERC20(txHash string, vote bool) (s
if err == nil {
msg = ob.GetInboundVoteMsgForDepositedEvent(zetaDeposited, sender)
break
} else {
ob.logger.ExternalChainWatcher.Error().Err(err).Msg("CheckEvmTxLog error on ERC20CustodyDeposited event")
}
ob.logger.ExternalChainWatcher.Error().Err(err).Msg("CheckEvmTxLog error on ERC20CustodyDeposited event")
}
}
if msg == nil {
Expand Down

0 comments on commit 07d59f0

Please sign in to comment.