htlcswitch: remove no longer needed destNode field in htlcPacket

This commit is contained in:
Wilmer Paulino
2018-07-09 18:11:53 -07:00
committed by Olaoluwa Osuntokun
parent 7535371238
commit 44e97ee72f
2 changed files with 0 additions and 5 deletions

View File

@@ -371,7 +371,6 @@ func (s *Switch) SendHTLC(firstHop lnwire.ShortChannelID,
incomingChanID: sourceHop,
incomingHTLCID: paymentID,
outgoingChanID: firstHop,
destNode: nextNode,
htlc: htlc,
}