mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
lncli: rename value to amt in addinvoice command
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
08ae9fe510
commit
ffbcf7db4f
@@ -192,7 +192,7 @@ alice$ lncli listchannels
|
||||
Send the payment from `Alice` to `Bob`.
|
||||
```bash
|
||||
# Add invoice on "Bob" side:
|
||||
bob$ lncli addinvoice --value=10000
|
||||
bob$ lncli addinvoice --amt=10000
|
||||
{
|
||||
"r_hash": "<your_random_rhash_here>",
|
||||
"pay_req": "<encoded_invoice>",
|
||||
|
Reference in New Issue
Block a user