multi: update linter, fix new issues

This commit is contained in:
Oliver Gugger
2024-08-20 12:46:24 +02:00
parent 9eef428e77
commit e99e6662cf
21 changed files with 453 additions and 441 deletions

View File

@@ -1688,7 +1688,6 @@ out:
}
}
}
}(txNtfn)
// Launch a goroutine to re-package and send

View File

@@ -874,7 +874,7 @@ func TestCoinSelectUpToAmount(t *testing.T) {
defaultChanFundingChangeType,
)
if len(test.expectErr) == 0 && err != nil {
t.Fatalf(err.Error())
t.Fatal(err.Error())
}
if changeAmt != test.expectedChange {
t.Fatalf("expected %v change amt, got %v",