Skip to content

Commit

Permalink
cmd/utils: make --authrpc.jwtsecret a DirectoryFlag (ethereum#25849)
Browse files Browse the repository at this point in the history
Signed-off-by: Delweng <delweng@gmail.com>
  • Loading branch information
jsvisa authored and shekhirin committed Jun 6, 2023
1 parent bb42dbe commit 08b0a5b
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 @@ -631,7 +631,7 @@ var (
Value: strings.Join(node.DefaultConfig.AuthVirtualHosts, ","),
Category: flags.APICategory,
}
JWTSecretFlag = &cli.StringFlag{
JWTSecretFlag = &flags.DirectoryFlag{
Name: "authrpc.jwtsecret",
Usage: "Path to a JWT secret to use for authenticated RPC endpoints",
Category: flags.APICategory,
Expand Down

0 comments on commit 08b0a5b

Please sign in to comment.