From 782abdcab5e79294b1e7e41544f23d2a9936aead Mon Sep 17 00:00:00 2001 From: tim gretler Date: Thu, 27 Jan 2022 01:06:04 +0000 Subject: [PATCH] Outaded flag in lighthouse book (#2965) ## Proposed Changes Outdated flag. Need to use `--wallet-name` instead. --- book/src/validator-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/validator-create.md b/book/src/validator-create.md index 73fff42dfe..91af60078a 100644 --- a/book/src/validator-create.md +++ b/book/src/validator-create.md @@ -75,7 +75,7 @@ The example assumes that the `wally` wallet was generated from the [wallet](./wallet-create.md) example. ```bash -lighthouse --network pyrmont account validator create --name wally --wallet-password wally.pass --count 1 +lighthouse --network pyrmont account validator create --wallet-name wally --wallet-password wally.pass --count 1 ``` This command will: