From 73984964a8e44baf8ef66ff0334e076566bb21e0 Mon Sep 17 00:00:00 2001 From: ziggie Date: Thu, 22 Aug 2024 17:48:27 +0200 Subject: [PATCH] blindedpath: fix log output. --- routing/blindedpath/blinded_path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/blindedpath/blinded_path.go b/routing/blindedpath/blinded_path.go index c03ae833c..e47114baf 100644 --- a/routing/blindedpath/blinded_path.go +++ b/routing/blindedpath/blinded_path.go @@ -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 }