mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-20 13:27:27 +02:00
In this commit, when selecting a candidate link to forward a payment, we’ll ensure that it’s actually able to take on the HTLC. Otherwise, we’ll skip over the link itself. Currently, a link is only fully eligible for forwarding, *after* we’ve received and fully processed the FundingLocked message. |
||
|---|---|---|
| .. | ||
| circuit.go | ||
| failure.go | ||
| interfaces.go | ||
| iterator.go | ||
| link.go | ||
| link_test.go | ||
| log.go | ||
| mailbox.go | ||
| mailbox_test.go | ||
| mock.go | ||
| packet.go | ||
| queue.go | ||
| queue_test.go | ||
| switch.go | ||
| switch_test.go | ||
| test_utils.go | ||