We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04d6c4 commit d01591cCopy full SHA for d01591c
cmd/utils/flags.go
@@ -319,7 +319,7 @@ var (
319
Usage: "Target EL engine API URL",
320
Category: flags.BeaconCategory,
321
}
322
- BlsyncJWTSecretFlag = &cli.StringFlag{
+ BlsyncJWTSecretFlag = &flags.DirectoryFlag{
323
Name: "blsync.jwtsecret",
324
Usage: "Path to a JWT secret to use for target engine API endpoint",
325
0 commit comments