mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01: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