mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
commit
287c4d0658
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ func findPath(g *graphParams, r *restrictParams,
|
||||||
|
|
||||||
amountToSend := toNodeDist.amountToReceive
|
amountToSend := toNodeDist.amountToReceive
|
||||||
|
|
||||||
// If the estimated band width of the channel edge is not able
|
// If the estimated bandwidth of the channel edge is not able
|
||||||
// to carry the amount that needs to be send, return.
|
// to carry the amount that needs to be send, return.
|
||||||
if bandwidth < amountToSend {
|
if bandwidth < amountToSend {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue