Docs: Fix reference to incorrect password file. (#1556)
Leftover "mywallet.pass" -> "wally.pass" Thanks @pecurliarly (from Discord)!
This commit is contained in:
parent
3f0a113c7f
commit
3cfd70d7fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user