routing: backward searching

This commit is contained in:
Joost Jager
2018-06-04 22:10:05 +02:00
committed by Olaoluwa Osuntokun
parent e52d829168
commit 3e7473f4f0
7 changed files with 295 additions and 152 deletions

View File

@ -1687,7 +1687,7 @@ func TestFindPathFeeWeighting(t *testing.T) {
// path even though the direct path has a higher potential time lock.
path, err := findPath(
nil, ctx.graph, nil, sourceNode, target, ignoreVertex,
ignoreEdge, amt, nil,
ignoreEdge, amt, noFeeLimit, nil,
)
if err != nil {
t.Fatalf("unable to find path: %v", err)