mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-04 02:36:17 +02:00
routing: move unreadable failure handling into mission control
This commit is contained in:
@@ -78,7 +78,7 @@ func (ctx *mcTestContext) reportFailure(t time.Time,
|
||||
|
||||
errorSourceIdx := 1
|
||||
ctx.mc.ReportPaymentFail(
|
||||
mcTestRoute, errorSourceIdx, failure,
|
||||
mcTestRoute, &errorSourceIdx, failure,
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user