mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 12:21:26 +02:00
htlcswitch: expose custom records on intercepted packet
This commit is contained in:
@@ -163,6 +163,7 @@ func (r *forwardInterceptor) holdAndForwardToClient(
|
||||
OutgoingExpiry: htlc.OutgoingExpiry,
|
||||
IncomingAmountMsat: uint64(htlc.IncomingAmount),
|
||||
IncomingExpiry: htlc.IncomingExpiry,
|
||||
CustomRecords: htlc.CustomRecords,
|
||||
}
|
||||
|
||||
return r.stream.Send(interceptionRequest)
|
||||
|
Reference in New Issue
Block a user