Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update index.md (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrut-ds authored Nov 17, 2023
1 parent 7e7523d commit 7ce2ae2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/_i18n/en/user-guides/use-wallet-cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,30 +272,30 @@ Replace `<ADDRESS>` with the address for which you want to retrieve its public k

### Get Private Key

You can get the public key of your address by this command:
You can get the private key of your address by this command:

{% tabs address_prv ltr %}

{% tab address_prv linux <i class="fa-brands fa-linux"></i> Linux %}

```text
./pactus-wallet --path ~/pactus/wallets/default_wallet address pub <ADDRESS>
./pactus-wallet --path ~/pactus/wallets/default_wallet address priv <ADDRESS>
```

{% endtab %}

{% tab address_prv mac <i class="fa-brands fa-apple"></i> macOS %}

```text
./pactus-wallet --path ~/pactus/wallets/default_wallet address pub <ADDRESS>
./pactus-wallet --path ~/pactus/wallets/default_wallet address priv <ADDRESS>
```

{% endtab %}

{% tab address_prv windows <i class="fa-brands fa-windows"></i> Windows %}

```text
pactus-wallet.exe c:\pactus\wallets\default_wallet address pub <ADDRESS>
pactus-wallet.exe c:\pactus\wallets\default_wallet address priv <ADDRESS>
```

{% endtab %}
Expand Down

0 comments on commit 7ce2ae2

Please sign in to comment.