mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
Merge branch '0-18-4-branch-rc3-9357' into 0-18-4-branch-rc3
This commit is contained in:
commit
88cbec291c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue