Commit 6e1fdc6
committed
Introduce TrampolineHop struct
To define the hops in a Path that are meant as Trampoline hops, we
need to introduce a new hop type much alike `RouteHop`, except these
hops would not be defined by channel ID used to route payments.
Instead, the preceding Trampoline hop would determine its own optimal
path to route the payment onwards.1 parent 7c6f220 commit 6e1fdc6
1 file changed
+25
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
432 | 457 | | |
433 | 458 | | |
434 | 459 | | |
| |||
0 commit comments