Skip to content

Commit

Permalink
docs/wallet: Show entries before rename
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Nov 21, 2023
1 parent a39e56d commit 7a8a881
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ To rename an account, run `wallet rename <old_name> <new_name>`.

For example:

![code shell](../examples/wallet/00-list.in)

![code](../examples/wallet/00-list.out)

![code shell](../examples/wallet/01-rename.in)

![code shell](../examples/wallet/02-list.in)
Expand Down Expand Up @@ -310,4 +314,4 @@ networks, because anyone can drain them!
We suggest that you use these accounts for Localnet development or for
reproducibility when you report bugs to the Oasis core team. You can access the
private key of a test account the same way as you would for ordinary accounts
by running `wallet export`.
by invoking the [`oasis wallet export`](#export) command.

0 comments on commit 7a8a881

Please sign in to comment.