diff --git a/htlcswitch/interceptable_switch.go b/htlcswitch/interceptable_switch.go index f6d0d2ef..1e340534 100644 --- a/htlcswitch/interceptable_switch.go +++ b/htlcswitch/interceptable_switch.go @@ -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) }