mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-04 18:01:57 +01: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