Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
  • Loading branch information
paulhauner and jimmygchen authored Jul 18, 2023
1 parent 5c4b837 commit d749888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/validator-manager-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ lighthouse \

This guide will create two validators and import them to a VC. For simplicity,
the same host will be used to generate the keys and run the VC. In reality,
users may want to perform the `import` command on an air-gapped machine and then
users may want to perform the `create` command on an air-gapped machine and then
move the `validators.json` and `deposits.json` files to an Internet-connected
host. This would help protect the mnemonic from being exposed to the Internet.

Expand Down
2 changes: 1 addition & 1 deletion book/src/validator-manager-move.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The `lighthouse validator-manager move` command uses the VC HTTP API to move
validators from one VC (the "src" VC) to another VC (the "dest" VC). The move
operation is *comprehensive*; it will:

- Disable the validators the src VC.
- Disable the validators on the src VC.
- Remove the validator keystores from the src VC file system.
- Export the slashing database records for the appropriate validators from the src VC to the dest VC.
- Enable the validators on the dest VC.
Expand Down

0 comments on commit d749888

Please sign in to comment.