mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-01 16:41:39 +01:00
routing/control_tower: add FetchInFlightPayments
This commit is contained in:
@@ -2520,3 +2520,9 @@ func (m *mockControlTower) Success(paymentHash lntypes.Hash,
|
||||
func (m *mockControlTower) Fail(paymentHash lntypes.Hash) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *mockControlTower) FetchInFlightPayments() (
|
||||
[]*channeldb.InFlightPayment, error) {
|
||||
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user