mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
htlcswitch/switch: set SourceRef of failed packets
This commit is contained in:
parent
cd7e4f98c0
commit
4f2137eafc
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue