Commit 6f538dc
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 b370a26 commit 6f538dc
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2128 | 2128 | | |
2129 | 2129 | | |
2130 | 2130 | | |
| 2131 | + | |
| 2132 | + | |
| 2133 | + | |
| 2134 | + | |
2131 | 2135 | | |
2132 | 2136 | | |
2133 | 2137 | | |
| |||
0 commit comments