Skip to content

Commit

Permalink
cmd/devp2p: rename flag to -jwtsecret
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Nov 7, 2023
1 parent 0b9651d commit 76075b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/devp2p/runtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ var (
Category: flags.TestingCategory,
}
testNodeJWTFlag = &cli.StringFlag{
Name: "jwt",
Usage: "JWT for talking to the engine API of the test node (required)",
Name: "jwtsecret",
Usage: "JWT secret for the engine API of the test node (required)",
Category: flags.TestingCategory,
Value: "0x7365637265747365637265747365637265747365637265747365637265747365",
}
testNodeEngineFlag = &cli.StringFlag{
Name: "engineapi",
Expand Down

0 comments on commit 76075b3

Please sign in to comment.