mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/devp2p: rename flag to -jwtsecret
This commit is contained in:
parent
75393fd1c3
commit
2f78e97a97
1 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue