We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9651d commit 76075b3Copy full SHA for 76075b3
cmd/devp2p/runtest.go
@@ -50,9 +50,10 @@ var (
50
Category: flags.TestingCategory,
51
}
52
testNodeJWTFlag = &cli.StringFlag{
53
- Name: "jwt",
54
- 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)",
55
56
+ Value: "0x7365637265747365637265747365637265747365637265747365637265747365",
57
58
testNodeEngineFlag = &cli.StringFlag{
59
Name: "engineapi",
0 commit comments