Skip to content

Commit

Permalink
Fix basic readme pay arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Apr 3, 2020
1 parent ba6f46c commit 66c9ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -140,11 +140,11 @@ when creating the wallet.
To send tokens to other accounts use:

```
helium-wallet pay <address> --hnt <hnt> [--hash]
helium-wallet pay -p<payee>=<hnt> [--hash]
```

Where `<address>` is the wallet address for the wallet you want to
send tokens `<hnt>` is the number of HNT you want to send. Since 1 HNT
Where `<payee>` is the wallet address for the wallet you want to
send tokens to, `<hnt>` is the number of HNT you want to send. Since 1 HNT
is 100,000,000 bones the `hnt` value can go up to 8 decimal digits of
precision.

Expand Down

0 comments on commit 66c9ae4

Please sign in to comment.