Merge pull request #5236 from offerm/preimage-to-settleevent

feature: expose preimage in forward+settle event
This commit is contained in:
Olaoluwa Osuntokun
2021-07-09 14:35:11 -07:00
committed by GitHub
10 changed files with 295 additions and 251 deletions

View File

@@ -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) {
}