mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-04 18:01:57 +01:00
routing: persist mission control data
This commit is contained in:
@@ -100,9 +100,9 @@ var _ MissionController = (*mockMissionControl)(nil)
|
||||
|
||||
func (m *mockMissionControl) ReportPaymentFail(paymentID uint64,
|
||||
rt *route.Route, failureSourceIdx *int, failure lnwire.FailureMessage) (
|
||||
bool, channeldb.FailureReason) {
|
||||
bool, channeldb.FailureReason, error) {
|
||||
|
||||
return false, 0
|
||||
return false, 0, nil
|
||||
}
|
||||
|
||||
func (m *mockMissionControl) ReportEdgeFailure(failedEdge edge,
|
||||
|
||||
Reference in New Issue
Block a user