1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

main.go: call InitAbiCache()

This commit is contained in:
Henrik Hautakoski 2022-01-20 15:22:21 +01:00
parent b8f667ac10
commit e079a896cf
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -119,6 +119,9 @@ func main() {
// Connect to redis
RedisConnect(config.Redis.Addr, config.Redis.Password, config.Redis.DB)
// Init Abi cache
InitAbiCache(config.Redis.CacheID)
// Connect client and get chain info.
eosClient = eos.New(config.Api)
chainInfo, err = eosClient.GetInfo(eosClientCtx)