mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 01:42:57 +02:00
htlcswitch: remove no longer needed destNode field in htlcPacket
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
7535371238
commit
44e97ee72f
@@ -371,7 +371,6 @@ func (s *Switch) SendHTLC(firstHop lnwire.ShortChannelID,
|
||||
incomingChanID: sourceHop,
|
||||
incomingHTLCID: paymentID,
|
||||
outgoingChanID: firstHop,
|
||||
destNode: nextNode,
|
||||
htlc: htlc,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user