cmd/devp2p: rename flag to -jwtsecret

This commit is contained in:
Felix Lange 2023-11-07 13:44:44 +01:00
parent 75393fd1c3
commit 2f78e97a97

View file

@ -50,9 +50,10 @@ var (
Category: flags.TestingCategory, Category: flags.TestingCategory,
} }
testNodeJWTFlag = &cli.StringFlag{ testNodeJWTFlag = &cli.StringFlag{
Name: "jwt", Name: "jwtsecret",
Usage: "JWT for talking to the engine API of the test node (required)", Usage: "JWT secret for the engine API of the test node (required)",
Category: flags.TestingCategory, Category: flags.TestingCategory,
Value: "0x7365637265747365637265747365637265747365637265747365637265747365",
} }
testNodeEngineFlag = &cli.StringFlag{ testNodeEngineFlag = &cli.StringFlag{
Name: "engineapi", Name: "engineapi",