mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
app/ship_processor.go: remove ns from struct. should not be used here.
This commit is contained in:
parent
69a9e9f47d
commit
2bec1f09c5
2 changed files with 1 additions and 7 deletions
4
main.go
4
main.go
|
|
@ -241,10 +241,6 @@ func main() {
|
|||
|
||||
app.SpawnProccessor(
|
||||
shClient,
|
||||
transport.Namespace{
|
||||
Prefix: conf.Redis.Prefix,
|
||||
ChainID: chainInfo.ChainID.String(),
|
||||
},
|
||||
redis_pubsub.New(rdb),
|
||||
abi.NewAbiManager(rdb, eosClient, conf.Redis.CacheID),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue