Skip to content

Commit

Permalink
fix(op-node): clarify rethdb flag (ethereum-optimism#10635)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsh98 authored Jun 17, 2024
1 parent 3c779b2 commit de12c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var (
}
L1RethDBPath = &cli.StringFlag{
Name: "l1.rethdb",
Usage: "The L1 RethDB path, used to fetch receipts for L1 blocks. Only applicable when using the `reth_db` RPC kind with `l1.rpckind`.",
Usage: "The L1 RethDB path, used to fetch receipts for L1 blocks.",
EnvVars: prefixEnvVars("L1_RETHDB"),
Hidden: true,
Category: L1RPCCategory,
Expand Down

0 comments on commit de12c49

Please sign in to comment.