lncli: rename value to amt in addinvoice command

This commit is contained in:
Cristobal Griffero
2018-01-18 15:32:24 -03:00
committed by Olaoluwa Osuntokun
parent 08ae9fe510
commit ffbcf7db4f
4 changed files with 16 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ call.on('data', function(invoice) {
Now, create an invoice for your node at `localhost:10009`and send a payment to
it from another node.
```bash
$ lncli addinvoice --value=100
$ lncli addinvoice --amt=100
{
"r_hash": <RHASH>,
"pay_req": <PAYMENT_REQUEST>