mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 08:02:48 +02:00
routing: move unreadable failure handling into mission control
This commit is contained in:
@@ -99,7 +99,7 @@ type mockMissionControl struct {
|
||||
var _ MissionController = (*mockMissionControl)(nil)
|
||||
|
||||
func (m *mockMissionControl) ReportPaymentFail(rt *route.Route,
|
||||
failureSourceIdx int, failure lnwire.FailureMessage) (bool,
|
||||
failureSourceIdx *int, failure lnwire.FailureMessage) (bool,
|
||||
channeldb.FailureReason) {
|
||||
|
||||
return false, 0
|
||||
|
Reference in New Issue
Block a user