mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-27 06:28:20 +01:00
multi: use minimal policy in cache
This commit is contained in:
@@ -2478,8 +2478,8 @@ func TestFindPathFeeWeighting(t *testing.T) {
|
||||
if len(path) != 1 {
|
||||
t.Fatalf("expected path length of 1, instead was: %v", len(path))
|
||||
}
|
||||
if path[0].Node.Alias != "luoji" {
|
||||
t.Fatalf("wrong node: %v", path[0].Node.Alias)
|
||||
if path[0].ToNodePubKey() != ctx.aliases["luoji"] {
|
||||
t.Fatalf("wrong node: %v", path[0].ToNodePubKey())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user