Skip to content

Commit

Permalink
urfave flags fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Aug 5, 2024
1 parent 447923c commit dd36e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
// General
addrFlag = &cli.StringFlag{
Name: "addr",
Sources: cli.EnvVars("LOG_LEVEL"),
Sources: cli.EnvVars("BOOST_LISTEN_ADDR"),
Value: "localhost:18550",
Usage: "listen-address for mev-boost server",
Category: GeneralCategory,
Expand Down

0 comments on commit dd36e4b

Please sign in to comment.