mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
cmd: export AddInvoiceCommand
This commit is contained in:
parent
b4be8c24f6
commit
a7fa041a0b
@ -9,7 +9,7 @@ import (
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
var addInvoiceCommand = cli.Command{
|
||||
var AddInvoiceCommand = cli.Command{
|
||||
Name: "addinvoice",
|
||||
Category: "Invoices",
|
||||
Usage: "Add a new invoice.",
|
||||
|
@ -468,7 +468,7 @@ func Main() {
|
||||
SendPaymentCommand,
|
||||
payInvoiceCommand,
|
||||
sendToRouteCommand,
|
||||
addInvoiceCommand,
|
||||
AddInvoiceCommand,
|
||||
lookupInvoiceCommand,
|
||||
listInvoicesCommand,
|
||||
ListChannelsCommand,
|
||||
|
Loading…
x
Reference in New Issue
Block a user