Skip to content

Commit

Permalink
contractcourt: include custom records on replayed htlc
Browse files Browse the repository at this point in the history
Add another case in addition to #9357.
  • Loading branch information
yyforyongyu committed Dec 20, 2024
1 parent d8ab117 commit 2c1399f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contractcourt/htlc_incoming_contest_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ func (h *htlcIncomingContestResolver) findAndapplyPreimage() (bool, error) {
// via the preimage beacon.
resolution, err := h.Registry.NotifyExitHopHtlc(
h.htlc.RHash, h.htlc.Amt, h.htlcExpiry, 0,
circuitKey, nil, nil, payload,
circuitKey, nil, h.htlc.CustomRecords, payload,
)
if err != nil {
return false, err
Expand Down

0 comments on commit 2c1399f

Please sign in to comment.