Commit 09ffa57
committed
Propagate Trampoline blinding errors
When a blinded hop fails to decode, we send a special malformed error.
However, we previously simply checked the presence of a blinding point
within the `UpdateAddHTLC` message, which is not necessarily applicable
to Trampoline, so now we additionally return a flag if the error stemmed
from an inner onion's blinded hop decoding failure.1 parent 7b05135 commit 09ffa57
File tree
3 files changed
+19
-13
lines changed- lightning/src/ln
3 files changed
+19
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5984 | 5984 | | |
5985 | 5985 | | |
5986 | 5986 | | |
5987 | | - | |
| 5987 | + | |
5988 | 5988 | | |
5989 | 5989 | | |
5990 | 5990 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
| 506 | + | |
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
530 | | - | |
| 529 | + | |
| 530 | + | |
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1673 | 1673 | | |
1674 | 1674 | | |
1675 | 1675 | | |
1676 | | - | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
1677 | 1680 | | |
1678 | 1681 | | |
1679 | 1682 | | |
| |||
1732 | 1735 | | |
1733 | 1736 | | |
1734 | 1737 | | |
| 1738 | + | |
1735 | 1739 | | |
1736 | 1740 | | |
1737 | 1741 | | |
| |||
1830 | 1834 | | |
1831 | 1835 | | |
1832 | 1836 | | |
1833 | | - | |
1834 | | - | |
| 1837 | + | |
| 1838 | + | |
1835 | 1839 | | |
1836 | 1840 | | |
1837 | 1841 | | |
1838 | | - | |
1839 | | - | |
| 1842 | + | |
| 1843 | + | |
1840 | 1844 | | |
1841 | 1845 | | |
1842 | 1846 | | |
| |||
1846 | 1850 | | |
1847 | 1851 | | |
1848 | 1852 | | |
| 1853 | + | |
1849 | 1854 | | |
1850 | 1855 | | |
1851 | 1856 | | |
| |||
1980 | 1985 | | |
1981 | 1986 | | |
1982 | 1987 | | |
| 1988 | + | |
1983 | 1989 | | |
1984 | 1990 | | |
1985 | 1991 | | |
| |||
0 commit comments