mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 19:06:17 +02:00
htlcswitch/switch: set SourceRef of failed packets
This commit is contained in:
@@ -1174,6 +1174,7 @@ func (s *Switch) failAddPacket(packet *htlcPacket,
|
||||
log.Error(failErr)
|
||||
|
||||
failPkt := &htlcPacket{
|
||||
sourceRef: packet.sourceRef,
|
||||
incomingChanID: packet.incomingChanID,
|
||||
incomingHTLCID: packet.incomingHTLCID,
|
||||
circuit: packet.circuit,
|
||||
|
Reference in New Issue
Block a user