Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs address and other fixes #941

Merged
merged 5 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixed a typo in the --address flag
  • Loading branch information
ijonele committed Oct 18, 2024
commit 6e3d00849dae9b58a83deba61bfa3dd9e80d697a
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can skip this guide and test a preconfigured Keychain. Just run a local node
You can always check your public address by running this command:

```
wardend keys show my-key-name -address
wardend keys show my-key-name --address
```
:::

Expand Down Expand Up @@ -213,7 +213,7 @@ To add a Keychain Writer, take these steps:
You can always check your public address by running this command:

```
wardend keys show my-key-name -address
wardend keys show my-key-name --address
```
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wardend keys add my-key-name --recover
Then get your public address:

```bash
wardend keys show my-key-name -address
wardend keys show my-key-name --address
```

## 2. Get testnet WARD
Expand Down
Loading