lnd.xprv/routing/testdata
Olaoluwa Osuntokun b61670fe23
routing: during path finding skip edge if amount < edge.MinHTLC
In this commit, we update path finding to skip an edge if the amount
we’re trying to route through it is below the MinHTLC (in mSAT) value
for that node. We also add a new test to exercise this behavior. In
order for out test to work properly, we’ve modified the JSON to make
the edge to Goku have a higher min HTLC value.
2017-11-30 22:29:45 -08:00
..
basic_graph.json routing: during path finding skip edge if amount < edge.MinHTLC 2017-11-30 22:29:45 -08:00
excessive_hops.json routing: add proper test for excessive number of hops 2017-02-02 00:24:16 -08:00
spec_example.json routing/testdata: modify spec example to set bob as initial source node 2017-10-22 18:36:58 -07:00