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

@@ -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>",