Skip to content

Commit 84c5b5e

Browse files
author
cdmoss
committed
remove comment on hint limit
1 parent 44bad5e commit 84c5b5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning-invoice/src/utils.rs

-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ fn filter_channels<L: Deref>(
562562
include_channel
563563
})
564564
.map(route_hint_from_channel)
565-
// Following LND's lead by taking max 20 hints
566565
.take(3)
567566
.collect::<Vec<RouteHint>>()
568567
}

0 commit comments

Comments
 (0)