mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
@@ -144,6 +144,11 @@ var (
|
||||
Usage: "The file containing the private key to use in communications with other peers.",
|
||||
Value: "",
|
||||
}
|
||||
P2PStaticID = &cli.BoolFlag{
|
||||
Name: "p2p-static-id",
|
||||
Usage: "Enables the peer id of the node to be fixed by saving the generated network key to the default key path.",
|
||||
Value: false,
|
||||
}
|
||||
// P2PMetadata defines a flag to specify the location of the peer metadata file.
|
||||
P2PMetadata = &cli.StringFlag{
|
||||
Name: "p2p-metadata",
|
||||
|
||||
Reference in New Issue
Block a user