mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
blindedpath: fix log output.
This commit is contained in:
parent
5d7113ac1d
commit
73984964a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue