Skip to content

Commit

Permalink
Docs: Fix reference to incorrect password file. (#1556)
Browse files Browse the repository at this point in the history
Leftover "mywallet.pass" -> "wally.pass"

Thanks @pecurliarly (from Discord)!
  • Loading branch information
gnattishness committed Aug 21, 2020
1 parent 3f0a113 commit 3cfd70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/key-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In step (1), we created a wallet in `~/.lighthouse/wallets` with the name
`wally`. We encrypted this using a pre-defined password in the
`wally.pass` file. Then, in step (2), we created one new validator in the
`~/.lighthouse/validators` directory using `wally` (unlocking it with
`mywallet.pass`) and storing the passwords to the validators voting key in
`wally.pass`) and storing the passwords to the validators voting key in
`~/.lighthouse/secrets`.

Thanks to the hierarchical key derivation scheme, we can delete all of the
Expand Down

0 comments on commit 3cfd70d

Please sign in to comment.