diff --git a/cmd/devp2p/runtest.go b/cmd/devp2p/runtest.go index 1afc5f5dc6d7..e4ecaaef5eab 100644 --- a/cmd/devp2p/runtest.go +++ b/cmd/devp2p/runtest.go @@ -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",