mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-31 12:14:32 +01:00
This commit adds an assertion to the SendToRoute test that the payment value stored to the DB during SendToRoute execution is the correct one. This assertion would fail before the previous commit that fixed a missing value initialization.
routing
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