From 965b536135b7f9947e6930ab397f45a31dad8604 Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Wed, 24 Jan 2024 20:50:31 -0800 Subject: [PATCH] Update zetaclient/bitcoin_client.go Co-authored-by: Charlie Chen <34498985+ws4charlie@users.noreply.github.com> --- zetaclient/bitcoin_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zetaclient/bitcoin_client.go b/zetaclient/bitcoin_client.go index 6f7e414a7b..d802d2b953 100644 --- a/zetaclient/bitcoin_client.go +++ b/zetaclient/bitcoin_client.go @@ -239,7 +239,7 @@ func (ob *BitcoinChainClient) RPCStatus() { continue } if len(res) == 0 { - ob.logger.ChainLogger.Error().Err(err).Msg("RPC status check: TSS address has no utxos; TSS address is not importede? ") + ob.logger.ChainLogger.Error().Err(err).Msg("RPC status check: TSS address has no utxos; TSS address is not imported? ") continue } ob.logger.ChainLogger.Info().Msgf("[OK] RPC status check: latest block number %d, timestamp %s (%.fs ago), tss addr %s, #utxos: %d", bn, blockTime, elapsedSeconds, tssAddr, len(res))