mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-17 00:22:33 +02:00
htlcswitch,rpc: expose onion blob for intercepts
This commit is contained in:
@ -128,6 +128,7 @@ func (f *interceptedForward) Packet() InterceptedPacket {
|
||||
IncomingAmount: f.packet.incomingAmount,
|
||||
IncomingExpiry: f.packet.incomingTimeout,
|
||||
CustomRecords: f.packet.customRecords,
|
||||
OnionBlob: f.htlc.OnionBlob,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user