From 0a36bfae9c70a067e6cdfc1770513d5f8f427e08 Mon Sep 17 00:00:00 2001 From: Walt Seymour Date: Tue, 26 Dec 2017 02:06:21 +0100 Subject: [PATCH] fix issue with closechannel --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 4f322706..db2d50e4 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -625,7 +625,7 @@ func closeChannel(ctx *cli.Context) error { // Show command help if no arguments provieded if ctx.NArg() == 0 && ctx.NumFlags() == 0 { - cli.ShowCommandHelp(ctx, "closeChannel") + cli.ShowCommandHelp(ctx, "closechannel") return nil }