Skip to content

Commit

Permalink
hyphen separated suave.eth.remote_endpoint
Browse files Browse the repository at this point in the history
 - conforms with other suave flags
  • Loading branch information
jinmel committed Jan 24, 2024
1 parent 61070f3 commit bc9e378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ var (

// Suave settings
SuaveEthRemoteBackendEndpointFlag = &cli.StringFlag{
Name: "suave.eth.remote_endpoint",
Name: "suave.eth.remote-endpoint",
Usage: "Ethereum RPC endpoint to use as eth backend",
Category: flags.SuaveCategory,
}
Expand Down

0 comments on commit bc9e378

Please sign in to comment.