mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 10:12:28 +02:00
multi: fix canceled spelling
This commit is contained in:
@@ -2025,7 +2025,7 @@ func closedChannels(ctx *cli.Context) error {
|
||||
LocalForce: ctx.Bool("local_force"),
|
||||
RemoteForce: ctx.Bool("remote_force"),
|
||||
Breach: ctx.Bool("breach"),
|
||||
FundingCanceled: ctx.Bool("funding_cancelled"),
|
||||
FundingCanceled: ctx.Bool("funding_canceled"),
|
||||
Abandoned: ctx.Bool("abandoned"),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user