Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Mar 18, 2024
1 parent 04324b9 commit 70e541e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/zetacore_observer.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func (co *CoreObserver) GetUpdatedSigner(coreContext *corecontext.ZetaCoreContex
if found {
// update zeta connector and ERC20 custody addresses
zetaConnectorAddress := ethcommon.HexToAddress(evmParams.GetConnectorContractAddress())
erc20CustodyAddress := ethcommon.HexToAddress(evmParams.GetERC20CustodyContractAddress())
erc20CustodyAddress := ethcommon.HexToAddress(evmParams.GetErc20CustodyContractAddress())
if zetaConnectorAddress != signer.GetZetaConnectorAddress() {
signer.SetZetaConnectorAddress(zetaConnectorAddress)
co.logger.ZetaChainWatcher.Info().Msgf(
Expand Down

0 comments on commit 70e541e

Please sign in to comment.