Fix typo in book (#2580)

This commit is contained in:
Johann Bauer 2021-05-20 12:41:33 +02:00 committed by GitHub
parent 5bf5804bc1
commit 14c258db8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Copy the `validator_keys` directory to `nimbus-eth2` and then follow the instruc
> ⚠️ If you wish to generate another validator key, you must take great care
to not generate a copy of your original key. Running the same key on two different validator clients will likely get you slashed.
***N.B.** the commands below assume you already have one key and wish to generate a second, hence `--validator_start_index` has been set to `0`.*
***N.B.** the commands below assume you already have one key and wish to generate a second, hence `--validator_start_index` has been set to `1` (as `0` would be the original key).*
Run the following command from the directory which contains the `deposit` executable: