Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Apr 2, 2024
1 parent 182e135 commit 276c8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/services/config/stader-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ func (cfg *StaderConfig) Validate() []string {
if cfg.MevBoost.ExternalUrl.Value.(string) == "" {
errors = append(errors, "You have MEV-boost enabled in external mode but don't have a URL set. Please enter the external MEV-boost server URL to use it.")
}
default:
case config.Mode_Unknown:
errors = append(errors, "You do not have a MEV-Boost mode configured. You must select a mode in the `stader-cli service config` UI.\nNote that MEV-Boost will be required in a future update, at which point you can no longer disable it.")
}
}
Expand Down

0 comments on commit 276c8e2

Please sign in to comment.