mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-11 05:29:11 +02:00
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
|
||||
if ctx.NArg() == 0 && ctx.NumFlags() == 0 {
|
||||
cli.ShowCommandHelp(ctx, "closeChannel")
|
||||
cli.ShowCommandHelp(ctx, "closechannel")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user