Skip to content

Commit

Permalink
fix: solo start flags (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain authored Dec 4, 2024
1 parent a157696 commit cebfc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func soloAction(ctx *cli.Context) error {
bftEngine,
&solo.Communicator{},
forkConfig,
makeAPIConfig(ctx, false),
makeAPIConfig(ctx, true),
)
defer func() { log.Info("closing API..."); apiCloser() }()

Expand Down

0 comments on commit cebfc39

Please sign in to comment.