mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
htlcswitch: expose custom records on intercepted packet
This commit is contained in:
@@ -127,6 +127,7 @@ func (f *interceptedForward) Packet() InterceptedPacket {
|
||||
OutgoingAmount: f.htlc.Amount,
|
||||
IncomingAmount: f.packet.incomingAmount,
|
||||
IncomingExpiry: f.packet.incomingTimeout,
|
||||
CustomRecords: f.packet.customRecords,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user