From e6f45524f9c78664672250bfa77b09ae763c8d23 Mon Sep 17 00:00:00 2001 From: ladidan <46406043+ladidan@users.noreply.github.com> Date: Thu, 13 Aug 2020 05:25:51 +0000 Subject: [PATCH] Update key-management.md (#1515) ## Issue Addressed consequent use of "wally" ## Proposed Changes Please list or describe the changes introduced by this PR. ## Additional Info Please provide any additional information. For example, future considerations or information useful for reviewers. --- book/src/key-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/key-management.md b/book/src/key-management.md index 7c4c8ccb6..6f7386874 100644 --- a/book/src/key-management.md +++ b/book/src/key-management.md @@ -42,7 +42,7 @@ keypairs. Creating a single validator looks like this: In step (1), we created a wallet in `~/.lighthouse/wallets` with the name `wally`. We encrypted this using a pre-defined password in the -`mywallet.pass` file. Then, in step (2), we created one new validator 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 `~/.lighthouse/secrets`.