Skip to content

Commit 173aa1b

Browse files
rustduderustdude
authored andcommitted
fix public key
1 parent b2b35c3 commit 173aa1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting_started/create_account.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ You will need the keypair and public key to submit transactions.
4848
You can check the account balance using the account address (public key).
4949
=== "Linux / macOS"
5050
```bash
51-
./pchain_client query balance --address <PUBLIC_KEY>
51+
./pchain_client query balance --address <ADDRESS>
5252
```
5353
=== "Windows PowerShell"
5454
```PowerShell
55-
./pchain_client.exe query balance --address <PUBLIC_KEY>
55+
./pchain_client.exe query balance --address <ADDRESS>
5656
```
5757
<details><summary>Terminal Output</summary>
5858
```bash
@@ -84,11 +84,11 @@ You will be asked to input your password to export the keypair. The keypair will
8484
To add your keypair, type the following command below:
8585
=== "Linux / macOS"
8686
```bash
87-
./pchain_client keys import --public <PUBLIC_KEY> --private <PRIVATE_KEY> --name <NAME>
87+
./pchain_client keys import --public <PUBLIC_KEY/ADDRESS> --private <PRIVATE_KEY> --name <NAME>
8888
```
8989
=== "Windows PowerShell"
9090
```PowerShell
91-
./pchain_client.exe keys import --public <PUBLIC_KEY> --private <PRIVATE_KEY> --name <NAME>
91+
./pchain_client.exe keys import --public <PUBLIC_KEY/ADDRESS> --private <PRIVATE_KEY> --name <NAME>
9292
```
9393

9494
You will be asked to input your password to import the new keypair.

0 commit comments

Comments
 (0)