node: allow JWT pass by file only (#24579)

This commit is contained in:
Marius van der Wijden
2022-03-24 15:04:47 +01:00
committed by GitHub
parent 535f25d65f
commit a8040bc2c5
2 changed files with 3 additions and 12 deletions

View File

@ -548,7 +548,7 @@ var (
}
JWTSecretFlag = cli.StringFlag{
Name: "authrpc.jwtsecret",
Usage: "JWT secret (or path to a jwt secret) to use for authenticated RPC endpoints",
Usage: "Path to a JWT secret to use for authenticated RPC endpoints",
}
// Logging and debug settings
EthStatsURLFlag = cli.StringFlag{