blindedpath: fix log output.

This commit is contained in:
ziggie
2024-08-22 17:48:27 +02:00
parent 5d7113ac1d
commit 73984964a8

View File

@@ -150,7 +150,7 @@ func BuildBlindedPaymentPaths(cfg *BuildBlindedPathCfg) (
continue
} else if err != nil {
log.Errorf("Not using route (%s) as a blinded path: %v",
err)
route, err)
continue
}