Commit 0ffb568
committed
Send peers error messages for failures due to invalid batch funding
If we fail to fund a batch open we'll force-close all channels in
the batch, however would previously fail to send error messages to
our peers for any channels we were due to test after the one that
failed.
This commit fixes that issue, sending the required error messages
to allow our peers to clean up their state.1 parent 4f4bf67 commit 0ffb568
File tree
3 files changed
+20
-11
lines changed- lightning/src/ln
3 files changed
+20
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4732 | 4732 | | |
4733 | 4733 | | |
4734 | 4734 | | |
4735 | | - | |
4736 | | - | |
| 4735 | + | |
| 4736 | + | |
4737 | 4737 | | |
4738 | 4738 | | |
4739 | 4739 | | |
| 4740 | + | |
| 4741 | + | |
| 4742 | + | |
| 4743 | + | |
| 4744 | + | |
| 4745 | + | |
| 4746 | + | |
| 4747 | + | |
| 4748 | + | |
4740 | 4749 | | |
4741 | 4750 | | |
4742 | 4751 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10110 | 10110 | | |
10111 | 10111 | | |
10112 | 10112 | | |
10113 | | - | |
10114 | | - | |
10115 | | - | |
10116 | | - | |
10117 | | - | |
10118 | | - | |
10119 | | - | |
10120 | | - | |
| 10113 | + | |
| 10114 | + | |
| 10115 | + | |
10121 | 10116 | | |
10122 | 10117 | | |
10123 | 10118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1434 | 1434 | | |
1435 | 1435 | | |
1436 | 1436 | | |
1437 | | - | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
1438 | 1440 | | |
1439 | 1441 | | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
1440 | 1445 | | |
1441 | 1446 | | |
1442 | 1447 | | |
| |||
0 commit comments