Skip to content

Commit

Permalink
unhide --jwt-secret flag (#3604)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Apr 19, 2022
1 parent c8260a4 commit 09b2f4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_chain/conf.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 09b2f4c

Please sign in to comment.