mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
routing: backward searching
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
e52d829168
commit
3e7473f4f0
@ -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)
|
||||
|
Reference in New Issue
Block a user