mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
fixes typo on listinvoices command
This commit is contained in:
parent
4d647b6e5d
commit
81a6f4c95a
1 changed files with 1 additions and 1 deletions
|
@ -2430,7 +2430,7 @@ var listInvoicesCommand = cli.Command{
|
||||||
Name: "listinvoices",
|
Name: "listinvoices",
|
||||||
Category: "Payments",
|
Category: "Payments",
|
||||||
Usage: "List all invoices currently stored within the database. Any " +
|
Usage: "List all invoices currently stored within the database. Any " +
|
||||||
"active debug invoices are ingnored.",
|
"active debug invoices are ignored.",
|
||||||
Description: `
|
Description: `
|
||||||
This command enables the retrieval of all invoices currently stored
|
This command enables the retrieval of all invoices currently stored
|
||||||
within the database. It has full support for paginationed responses,
|
within the database. It has full support for paginationed responses,
|
||||||
|
|
Loading…
Add table
Reference in a new issue