mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-24 18:44:08 +02:00
Merge pull request #5280 from champo/interceptor_dont_leak_htlcs
htlcswitch: set sourceRef when resolving packets through interceptor
This commit is contained in:
@@ -179,6 +179,7 @@ func (f *interceptedForward) resolve(message lnwire.Message) error {
|
||||
circuit: f.packet.circuit,
|
||||
htlc: message,
|
||||
obfuscator: f.packet.obfuscator,
|
||||
sourceRef: f.packet.sourceRef,
|
||||
}
|
||||
return f.htlcSwitch.mailOrchestrator.Deliver(pkt.incomingChanID, pkt)
|
||||
}
|
||||
|
Reference in New Issue
Block a user