Skip to content

Commit

Permalink
Merge branch '0-18-4-branch-rc3-9357' into 0-18-4-branch-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Dec 16, 2024
2 parents 3c08109 + d30cba1 commit 88cbec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contractcourt/htlc_incoming_contest_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88cbec2

Please sign in to comment.