mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
fix typo
This commit is contained in:
parent
237ef9c9ba
commit
5ff017664c
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ func findPathInternal(
|
||||||
|
|
||||||
edgesExpanded++
|
edgesExpanded++
|
||||||
|
|
||||||
// Calculate amount that the candidate node would have to sent
|
// Calculate amount that the candidate node would have to send
|
||||||
// out.
|
// out.
|
||||||
amountToSend := toNodeDist.amountToReceive
|
amountToSend := toNodeDist.amountToReceive
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue