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:
parent
ab7a8f0433
commit
186983d54f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue