cmd/lncli: implement pendingchannels for the cli client

This commit is contained in:
Olaoluwa Osuntokun
2016-07-07 15:35:58 -07:00
parent a4e92fac8e
commit 40d9f0da31
2 changed files with 50 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ func main() {
WalletBalanceCommand,
ShellCommand,
GetInfoCommand,
PendingChannelsCommand,
}
if err := app.Run(os.Args); err != nil {