Skip to content

Commit

Permalink
Merge pull request #1
Browse files Browse the repository at this point in the history
* clarified used of the validator argument
  • Loading branch information
superphiz authored Nov 1, 2021
1 parent 4526137 commit a625e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If your beacon node is not at the default address (`http://localhost:5052`), you

Run `eth_sync_committee.py` to launch the application.

Run with `-v/--validators` to specify your validator index(es). You'll be prompted to add it/them to the validators
Run with `-v/--validators` followed by validator index numbers (separated by a space) to specify your validator index(es). You'll be prompted to add it/them to the validators
file. Once you've added your validator(s) you can run the application without this argument.

Run with `-p/--print-all` to print all of the validators in the current and next sync committees.
Run with `-p/--print-all` to print all of the validators in the current and next sync committees.

0 comments on commit a625e01

Please sign in to comment.