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
commit 88cbec291c
No known key found for this signature in database
GPG key ID: 8E4256593F177720

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