mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 00:17:44 +02:00
Merge pull request #5236 from offerm/preimage-to-settleevent
feature: expose preimage in forward+settle event
This commit is contained in:
@@ -968,5 +968,6 @@ func (h *mockHTLCNotifier) NotifyForwardingFailEvent(key HtlcKey,
|
||||
eventType HtlcEventType) {
|
||||
}
|
||||
|
||||
func (h *mockHTLCNotifier) NotifySettleEvent(key HtlcKey, eventType HtlcEventType) {
|
||||
func (h *mockHTLCNotifier) NotifySettleEvent(key HtlcKey,
|
||||
preimage lntypes.Preimage, eventType HtlcEventType) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user