cmd/lncli: implement handling of new invoice RPC commands

This commit is contained in:
Olaoluwa Osuntokun
2016-09-19 12:05:54 -07:00
parent 2eb40d1614
commit ca89ddb9ea
2 changed files with 149 additions and 5 deletions

View File

@@ -61,6 +61,9 @@ func main() {
GetInfoCommand,
PendingChannelsCommand,
SendPaymentCommand,
AddInvoiceCommand,
LookupInvoiceCommand,
ListInvoicesCommand,
ShowRoutingTableCommand,
}