unhide --jwt-secret flag (#3604)

This commit is contained in:
tersec 2022-04-19 11:34:55 +00:00 committed by GitHub
parent c8260a4f15
commit 09b2f4c237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ type
# https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.8/src/engine/authentication.md#key-distribution
jwtSecret* {.
hidden
desc: "A file containing the hex-encoded 256 bit secret key to be used for verifying/generating jwt tokens"
name: "jwt-secret" .}: Option[string]