lncli: add closedchannels command

This commit is contained in:
Joost Jager
2018-05-24 11:35:53 +02:00
parent f80ea51f69
commit cc1d833ee4
2 changed files with 57 additions and 0 deletions

View File

@ -215,6 +215,7 @@ func main() {
lookupInvoiceCommand,
listInvoicesCommand,
listChannelsCommand,
closedChannelsCommand,
listPaymentsCommand,
describeGraphCommand,
getChanInfoCommand,