Commit 4a86d91
committed
ln: double encrypt errors received from downstream failures
If we're a trampoline node and received an error from downstream that
we can't fully decrypt, we want to double-wrap it for the original
sender. Previously not implemented because we'd only focused on
receives, where there's no possibility of a downstream error.
While proper error handling will be added in a followup, we add the
bare minimum required here for testing.1 parent 9d8a82b commit 4a86d91
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2124 | 2124 | | |
2125 | 2125 | | |
2126 | 2126 | | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
2127 | 2131 | | |
2128 | 2132 | | |
2129 | 2133 | | |
| |||
0 commit comments