Skip to content

Commit 76075b3

Browse files
committed
cmd/devp2p: rename flag to -jwtsecret
1 parent 0b9651d commit 76075b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/devp2p/runtest.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ var (
5050
Category: flags.TestingCategory,
5151
}
5252
testNodeJWTFlag = &cli.StringFlag{
53-
Name: "jwt",
54-
Usage: "JWT for talking to the engine API of the test node (required)",
53+
Name: "jwtsecret",
54+
Usage: "JWT secret for the engine API of the test node (required)",
5555
Category: flags.TestingCategory,
56+
Value: "0x7365637265747365637265747365637265747365637265747365637265747365",
5657
}
5758
testNodeEngineFlag = &cli.StringFlag{
5859
Name: "engineapi",

0 commit comments

Comments
 (0)