Skip to content

Commit

Permalink
Fix autonomous-auctioner cli startup
Browse files Browse the repository at this point in the history
autonomous-auctioneer on the cli was failing to start becuase we were
adding the "auth" config options without having the corresponding field
on the AuctioneerConfig. We can add it back in later if needed.
  • Loading branch information
Tristan-Wilson committed Oct 1, 2024
1 parent 5c03cf0 commit fa457b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/autonomous-auctioneer/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func AuctioneerConfigAddOptions(f *flag.FlagSet) {
genericconf.HTTPConfigAddOptions("http", f)
genericconf.WSConfigAddOptions("ws", f)
genericconf.IPCConfigAddOptions("ipc", f)
genericconf.AuthRPCConfigAddOptions("auth", f)
f.Bool("metrics", AutonomousAuctioneerConfigDefault.Metrics, "enable metrics")
genericconf.MetricsServerAddOptions("metrics-server", f)
f.Bool("pprof", AutonomousAuctioneerConfigDefault.PProf, "enable pprof")
Expand Down

0 comments on commit fa457b1

Please sign in to comment.