We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd36c8 commit 77bd55cCopy full SHA for 77bd55c
cmd/commands/walletrpc_active.go
@@ -532,7 +532,7 @@ func bumpForceCloseFee(ctx *cli.Context) error {
532
533
for _, sweep := range sweeps.PendingSweeps {
534
// Only bump anchor sweeps.
535
- if sweep.WitnessType != walletrpc.WitnessType_COMMITMENT_ANCHOR {
+ if sweep.WitnessType != walletrpc.WitnessType_COMMITMENT_ANCHOR { //nolint:lll
536
continue
537
}
538
0 commit comments