Skip to content

Commit b7b2d4c

Browse files
committed
Revert unnecessary changes
Signed-off-by: litt3 <[email protected]>
1 parent 984be46 commit b7b2d4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/eigendaflags/cli.go

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ func CLIFlags(envPrefix, category string) []cli.Flag {
149149
Required: false,
150150
},
151151
// Flags that are proxy specific, and not used by the eigenda-client
152+
// TODO: should we move this to a more specific category, like EIGENDA_STORE?
152153
&cli.UintFlag{
153154
Name: PutRetriesFlagName,
154155
Usage: "Number of times to retry blob dispersals.",

config/v2/eigendaflags/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func CLIFlags(envPrefix, category string) []cli.Flag {
8181
},
8282
&cli.StringFlag{
8383
Name: EthRPCURLFlagName,
84-
Usage: "URL of the Ethereum RPC endpoint. Needed to confirm blobs landed onchain.",
84+
Usage: "URL of the Ethereum RPC endpoint.",
8585
EnvVars: []string{withEnvPrefix(envPrefix, "ETH_RPC")},
8686
Category: category,
8787
Required: false,

0 commit comments

Comments
 (0)