Skip to content

Commit

Permalink
Fix config path for the correctness plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Mar 21, 2024
1 parent 819f645 commit adfe498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"github.com/KenshiTech/unchained/ethereum"
"github.com/KenshiTech/unchained/log"
"github.com/KenshiTech/unchained/net/client"
"github.com/KenshiTech/unchained/plugins/correctness"
"github.com/KenshiTech/unchained/plugins/logs"
"github.com/KenshiTech/unchained/plugins/uniswap"
"github.com/KenshiTech/unchained/pos"
Expand Down Expand Up @@ -44,6 +45,7 @@ var consumerCmd = &cobra.Command{
pos.Start()
db.Start()
uniswap.Setup()
correctness.Setup()
logs.Setup()
client.StartClient()
consumers.StartConsumer()
Expand Down

0 comments on commit adfe498

Please sign in to comment.