1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-17 04:30:03 +02:00

main.go: log a message when getting chain info.

This commit is contained in:
Henrik Hautakoski 2022-02-02 15:10:22 +01:00
parent ed82bb9aec
commit f2e222e058

View file

@ -120,6 +120,7 @@ func main() {
RedisConnect(config.Redis.Addr, config.Redis.Password, config.Redis.DB)
// Connect client and get chain info.
log.Printf("Get chain info from api at: %s", config.Api)
eosClient = eos.New(config.Api)
chainInfo, err = eosClient.GetInfo(eosClientCtx)
if err != nil {