lnd/routing
Olaoluwa Osuntokun d80bca8c6f routing: skip amtInRange for custom HTLCs
We might be trying to send an invoice amount that's greater than the size of the channel, but once you factor in the custom channel logic, an actual HTLC can be sent over the channel to pay that larger payment.

As a result, we'll skip over this check if a have a custom HTLC.
2024-07-11 19:48:47 -07:00
..
2022-01-24 12:19:02 +02:00
2022-01-24 12:19:02 +02:00
2019-12-11 00:17:04 +01:00
2024-04-11 15:04:03 +02:00

routing

Build Status MIT licensed GoDoc

The routing package implements authentication+validation of channel announcements, pruning of the channel graph, path finding within the network, sending outgoing payments into the network and synchronizing new peers to our channel graph state.

Installation and Updating

$  go get -u github.com/lightningnetwork/lnd/routing