Skip to content

Commit 77bd55c

Browse files
committed
cmd/commands: fix linter error in bumpForceCloseFee
1 parent 6bd36c8 commit 77bd55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/commands/walletrpc_active.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ func bumpForceCloseFee(ctx *cli.Context) error {
532532

533533
for _, sweep := range sweeps.PendingSweeps {
534534
// Only bump anchor sweeps.
535-
if sweep.WitnessType != walletrpc.WitnessType_COMMITMENT_ANCHOR {
535+
if sweep.WitnessType != walletrpc.WitnessType_COMMITMENT_ANCHOR { //nolint:lll
536536
continue
537537
}
538538

0 commit comments

Comments
 (0)