mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-28 06:58:51 +01:00
multi: formatting and comment fixes
This commit is contained in:
@@ -3822,7 +3822,6 @@ func TestSendMPPaymentSucceedOnExtraShards(t *testing.T) {
|
||||
payment.HTLCs[i] = attempt
|
||||
return
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
// Setup ReportPaymentFail to return nil reason and error so the
|
||||
@@ -4006,7 +4005,6 @@ func TestSendMPPaymentFailed(t *testing.T) {
|
||||
),
|
||||
}
|
||||
return
|
||||
|
||||
}
|
||||
|
||||
// We will make the rest attempts failed with temporary error.
|
||||
@@ -4035,7 +4033,6 @@ func TestSendMPPaymentFailed(t *testing.T) {
|
||||
payment.HTLCs[i] = attempt
|
||||
return
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
// Setup ReportPaymentFail to return nil reason and error so the
|
||||
|
||||
Reference in New Issue
Block a user