blindedpath: fix log output.

This commit is contained in:
ziggie 2024-08-22 17:48:27 +02:00
parent 5d7113ac1d
commit 73984964a8
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

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
}