Merge pull request #2630 from alexbosworth/patch-10

trivial: typo fix
This commit is contained in:
Conner Fromknecht 2019-02-11 12:49:56 -08:00 committed by GitHub
commit 287c4d0658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -598,7 +598,7 @@ func findPath(g *graphParams, r *restrictParams,
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.
if bandwidth < amountToSend {
return