File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ You will need the keypair and public key to submit transactions.
4848You 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
8484To 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
9494You will be asked to input your password to import the new keypair.
You can’t perform that action at this time.
0 commit comments