Skip to content

Commit

Permalink
Update zetaclient/bitcoin/bitcoin_client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
lumtis and ws4charlie authored Apr 17, 2024
1 parent d570f5e commit 682c3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/bitcoin/bitcoin_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func NewBitcoinClient(
}
ob.params = *chainParams

// connect to the Client
// create the RPC client
ob.logger.Chain.Info().Msgf("Chain %s endpoint %s", ob.chain.String(), btcCfg.RPCHost)
connCfg := &rpcclient.ConnConfig{
Host: btcCfg.RPCHost,
Expand Down

0 comments on commit 682c3df

Please sign in to comment.