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