mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
lncli: rename value to amt in addinvoice command
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
08ae9fe510
commit
ffbcf7db4f
@@ -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>
|
||||
|
Reference in New Issue
Block a user