routing: move unreadable failure handling into mission control

This commit is contained in:
Joost Jager
2019-06-26 11:34:25 +02:00
parent 934ea8e78d
commit 334b6a3bfe
4 changed files with 38 additions and 29 deletions

View File

@@ -78,7 +78,7 @@ func (ctx *mcTestContext) reportFailure(t time.Time,
errorSourceIdx := 1
ctx.mc.ReportPaymentFail(
mcTestRoute, errorSourceIdx, failure,
mcTestRoute, &errorSourceIdx, failure,
)
}