mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +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",
|
||||
Category: "Payments",
|
||||
Usage: "List all invoices currently stored within the database. Any " +
|
||||
"active debug invoices are ingnored.",
|
||||
"active debug invoices are ignored.",
|
||||
Description: `
|
||||
This command enables the retrieval of all invoices currently stored
|
||||
within the database. It has full support for paginationed responses,
|
||||
|
|
Loading…
Add table
Reference in a new issue