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

@@ -86,7 +86,7 @@ for invoice in stub.SubscribeInvoices(request):
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": <R_HASH>,
"pay_req": <PAY_REQ>