Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Add docs for checking account balance of a paper wallet #7384

Merged
merged 3 commits into from
Dec 9, 2019
Merged
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
Prev Previous commit
Update usage.md
  • Loading branch information
jstarry authored Dec 9, 2019
commit 6451f84de2bf70ed8f1ff18c919ffe0f91ba5f2f
2 changes: 1 addition & 1 deletion book/src/paper-wallet/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ networked machine.
Next, configure the `solana` CLI tool to connect to a particular cluster:

```bash
solana set --url <CLUSTER URL> # (i.e. http://testnet.solana.com)
solana set --url <CLUSTER URL> # (i.e. http://testnet.solana.com:8899)
```

Finally, to check the balance, run the following command:
Expand Down