mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-21 14:10:35 +02:00
htlcswitch: add final htlc event to notifier
This commit is contained in:
11
contractcourt/mock_htlcnotifier_test.go
Normal file
11
contractcourt/mock_htlcnotifier_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package contractcourt
|
||||
|
||||
import "github.com/lightningnetwork/lnd/channeldb"
|
||||
|
||||
type mockHTLCNotifier struct {
|
||||
HtlcNotifier
|
||||
}
|
||||
|
||||
func (m *mockHTLCNotifier) NotifyFinalHtlcEvent(key channeldb.CircuitKey,
|
||||
info channeldb.FinalHtlcInfo) { // nolint:whitespace
|
||||
}
|
Reference in New Issue
Block a user