mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
contractcourt: include custom records on replayed htlc
Add another case in addition to #9357.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user