fix issue with closechannel
This commit is contained in:
parent
63517a1eef
commit
0a36bfae9c
@ -625,7 +625,7 @@ func closeChannel(ctx *cli.Context) error {
|
|||||||
|
|
||||||
// Show command help if no arguments provieded
|
// Show command help if no arguments provieded
|
||||||
if ctx.NArg() == 0 && ctx.NumFlags() == 0 {
|
if ctx.NArg() == 0 && ctx.NumFlags() == 0 {
|
||||||
cli.ShowCommandHelp(ctx, "closeChannel")
|
cli.ShowCommandHelp(ctx, "closechannel")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user