Update docs as per removal of validators

This commit is contained in:
Paul Hauner
2023-03-13 13:59:56 +11:00
parent aafc5878c8
commit f27908a3e3
2 changed files with 1 additions and 2 deletions

View File

@@ -95,7 +95,6 @@ host** run the command to move the validators:
```
lighthouse \
validator-manager \
validators \
move \
--src-vc-url http://localhost:6062 \
--src-vc-token ~/src-token.txt \

View File

@@ -25,7 +25,7 @@ a live VC. The validator manager is generally superior to the account manager fo
### Create Validators
The `lighthouse validator-manager validators create` command accepts a mnemonic and produces a JSON
The `lighthouse validator-manager create` command accepts a mnemonic and produces a JSON
file containing validator keystores that can be imported with the [Import
Validators]() command.