From 61367efa646121c0df8ac85fccfdb39c08d82446 Mon Sep 17 00:00:00 2001 From: ladidan <46406043+r0oN@users.noreply.github.com> Date: Wed, 12 Aug 2020 01:24:36 +0000 Subject: [PATCH] Update key-management.md (#1508) ## Issue Addressed minor documentation changes in order to have identical command prompts and description below ## Proposed Changes adjust description "wally" to align with command prompt ## Additional Info devs might give it a thought whether command line should be "mywallet" I personally prefer "wally" for minimization reasons =) --- book/src/key-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/key-management.md b/book/src/key-management.md index ea06b8bc9..7c4c8ccb6 100644 --- a/book/src/key-management.md +++ b/book/src/key-management.md @@ -41,9 +41,9 @@ keypairs. Creating a single validator looks like this: In step (1), we created a wallet in `~/.lighthouse/wallets` with the name -`mywallet`. We encrypted this using a pre-defined password in the +`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 -`~/.lighthouse/validators` directory using `mywallet` (unlocking it with +`~/.lighthouse/validators` directory using `wally` (unlocking it with `mywallet.pass`) and storing the passwords to the validators voting key in `~/.lighthouse/secrets`.