cmd/utils: change blssync.JWTSecretFlag to DirectoryFlag (#30729)

closes https://github.com/ethereum/go-ethereum/issues/30304

We already use `DirectoryFlag` for `authrpc.jwtsecret` which expands the
tilde, so this should work out of the box
release/1.14
Marius van der Wijden 3 months ago committed by Martin HS
parent b04d6c4f42
commit d01591ccb5
  1. 2
      cmd/utils/flags.go

@ -319,7 +319,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…
Cancel
Save