Skip to content

Commit

Permalink
docs: fix inconsistent account naming (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Techcrafter authored Jun 3, 2024
1 parent e6c5293 commit 41c69cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/introduction/get-started/p2p-public.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To do this, we use two terminals with their own state (using their own `miden-cl
To do this, from the first client run:

```shell
miden send --sender <basic-account-id-A> --target <basic-account-id-B> --faucet <faucet-account-id> 50 --note-type public
miden send --sender <basic-account-id-A> --target <basic-account-id-C> --faucet <faucet-account-id> 50 --note-type public
```

!!! note
Expand All @@ -76,10 +76,10 @@ To do this, we use two terminals with their own state (using their own `miden-cl

Because the note was retrieved from the node, the commit height will be included and displayed.

4. Have the second account consume the note.
4. Have account C consume the note.

```sh
miden consume-notes --account <regular-account-ID-B> <input-note-id>
miden consume-notes --account <regular-account-ID-C> <input-note-id>
```

!!! tip
Expand Down

0 comments on commit 41c69cf

Please sign in to comment.