Commit bed125a
committed
Ignore fees on first-hop channels from the public network graph
If we have a first-hop channel from a first-hop hint, we'll ignore
the fees on it as we won't charge ourselves fees. However, if we
have a first-hop channel from the network graph, we should do the
same.
We do so here, also teeing up a coming commit which will remove
much of the custom codepath for first-hop hints and start using
this common codepath as well.1 parent 63fa918 commit bed125a
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2514 | 2514 | | |
2515 | 2515 | | |
2516 | 2516 | | |
2517 | | - | |
2518 | 2517 | | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
2519 | 2526 | | |
2520 | 2527 | | |
2521 | 2528 | | |
| |||
0 commit comments