mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-30 10:02:37 +02:00
blindedpath: fix log output.
This commit is contained in:
@@ -150,7 +150,7 @@ func BuildBlindedPaymentPaths(cfg *BuildBlindedPathCfg) (
|
|||||||
continue
|
continue
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
log.Errorf("Not using route (%s) as a blinded path: %v",
|
log.Errorf("Not using route (%s) as a blinded path: %v",
|
||||||
err)
|
route, err)
|
||||||
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user