mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
cmd/utils: change blssync.JWTSecretFlag to DirectoryFlag
This commit is contained in:
parent
98056e1ef2
commit
e4e0cea2bd
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ var (
|
|||
Usage: "Target EL engine API URL",
|
||||
Category: flags.BeaconCategory,
|
||||
}
|
||||
BlsyncJWTSecretFlag = &cli.StringFlag{
|
||||
BlsyncJWTSecretFlag = &flags.DirectoryFlag{
|
||||
Name: "blsync.jwtsecret",
|
||||
Usage: "Path to a JWT secret to use for target engine API endpoint",
|
||||
Category: flags.BeaconCategory,
|
||||
|
|
|
|||
Loading…
Reference in a new issue