mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-02 17:52:28 +02:00
routing: use absolute final expiry in pathfinding
This commit is contained in:
@@ -2174,7 +2174,7 @@ func TestFindPathFeeWeighting(t *testing.T) {
|
||||
},
|
||||
noRestrictions,
|
||||
testPathFindingConfig,
|
||||
sourceNode.PubKeyBytes, target, amt,
|
||||
sourceNode.PubKeyBytes, target, amt, 0,
|
||||
)
|
||||
if err != nil {
|
||||
t.Fatalf("unable to find path: %v", err)
|
||||
|
Reference in New Issue
Block a user