mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 21:30:06 +02:00
multi: fix newly detected linter issues
This commit is contained in:
@@ -495,7 +495,7 @@ func TestPaymentControlDeleteNonInFligt(t *testing.T) {
|
||||
|
||||
var s, i int
|
||||
for _, p := range dbPayments {
|
||||
fmt.Println("fetch payment has status", p.Status)
|
||||
t.Log("fetch payment has status", p.Status)
|
||||
switch p.Status {
|
||||
case StatusSucceeded:
|
||||
s++
|
||||
|
Reference in New Issue
Block a user