mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 22:04:44 +00:00
Minor revision to Lighthouse Book on validator-manager (#4638)
Correct the formatting and remove `http-port 5062` to make the command simpler Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com>
This commit is contained in:
@@ -124,7 +124,6 @@ The command will create two files:
|
||||
The VC which will receive the validators needs to have the following flags at a minimum:
|
||||
|
||||
- `--http`
|
||||
- `--http-port 5062`
|
||||
- `--enable-doppelganger-protection`
|
||||
|
||||
Therefore, the VC command might look like:
|
||||
@@ -133,7 +132,6 @@ Therefore, the VC command might look like:
|
||||
lighthouse \
|
||||
vc \
|
||||
--http \
|
||||
--http-port 5062 \
|
||||
--enable-doppelganger-protection
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user