mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 21:46:44 +02:00
blindedpath: fix log output.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user