Outaded flag in lighthouse book (#2965)

## Proposed Changes

Outdated flag. Need to use `--wallet-name` instead.
This commit is contained in:
tim gretler 2022-01-27 01:06:04 +00:00
parent e70daaa3b6
commit 782abdcab5

View File

@ -75,7 +75,7 @@ The example assumes that the `wally` wallet was generated from the
[wallet](./wallet-create.md) example. [wallet](./wallet-create.md) example.
```bash ```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: This command will: