mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +02:00
multi: update linter, fix new issues
This commit is contained in:
@@ -1688,7 +1688,6 @@ out:
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}(txNtfn)
|
||||
|
||||
// Launch a goroutine to re-package and send
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user