Merge branch '0-18-4-branch-rc3-9357' into 0-18-4-branch-rc3

This commit is contained in:
Oliver Gugger
2024-12-16 12:51:50 +01:00

View File

@@ -308,7 +308,8 @@ func (h *htlcIncomingContestResolver) Resolve(
resolution, err := h.Registry.NotifyExitHopHtlc(
h.htlc.RHash, h.htlc.Amt, h.htlcExpiry, currentHeight,
circuitKey, hodlQueue.ChanIn(), nil, payload,
circuitKey, hodlQueue.ChanIn(), h.htlc.CustomRecords,
payload,
)
if err != nil {
return nil, err