Skip to content

Commit 88cbec2

Browse files
committed
Merge branch '0-18-4-branch-rc3-9357' into 0-18-4-branch-rc3
2 parents 3c08109 + d30cba1 commit 88cbec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contractcourt/htlc_incoming_contest_resolver.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ func (h *htlcIncomingContestResolver) Resolve(
308308

309309
resolution, err := h.Registry.NotifyExitHopHtlc(
310310
h.htlc.RHash, h.htlc.Amt, h.htlcExpiry, currentHeight,
311-
circuitKey, hodlQueue.ChanIn(), nil, payload,
311+
circuitKey, hodlQueue.ChanIn(), h.htlc.CustomRecords,
312+
payload,
312313
)
313314
if err != nil {
314315
return nil, err

0 commit comments

Comments
 (0)