Commit 6e54be14 authored by Diederik Loerakker's avatar Diederik Loerakker Committed by GitHub

op-node: fix p2p static peers flag env var (#3054)

parent 5de373ea
...@@ -97,7 +97,7 @@ var ( ...@@ -97,7 +97,7 @@ var (
Usage: "Comma-separated multiaddr-format peer list. Static connections to make and maintain, these peers will be regarded as trusted.", Usage: "Comma-separated multiaddr-format peer list. Static connections to make and maintain, these peers will be regarded as trusted.",
Required: false, Required: false,
Value: "", Value: "",
EnvVar: p2pEnv("BOOTNODES"), EnvVar: p2pEnv("STATIC"),
} }
HostMux = cli.StringFlag{ HostMux = cli.StringFlag{
Name: "p2p.mux", Name: "p2p.mux",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment