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

main.go: Pass config.Redis.Prefix to redis.SetPrefix()

This commit is contained in:
Henrik Hautakoski 2022-11-29 13:45:13 +01:00
parent ab7a8f0433
commit 186983d54f

View file

@ -211,7 +211,7 @@ func main() {
return
}
redis.SetPrefix("ship", chainInfo.ChainID.String())
redis.SetPrefix(conf.Redis.Prefix, chainInfo.ChainID.String())
if conf.StartBlockNum == config.NULL_BLOCK_NUMBER {
if conf.IrreversibleOnly {