Commit 92f5e21
Add Shared Input support
In interactivetxs, add support for shared inputs, similar to shared outputs.
A shared input is optional, and is used in case of splicing to add
the current funding as an input.1 parent d9c8a4c commit 92f5e21
File tree
5 files changed
+616
-193
lines changed- lightning/src
- ln
- util
5 files changed
+616
-193
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2771 | 2771 | | |
2772 | 2772 | | |
2773 | 2773 | | |
2774 | | - | |
| 2774 | + | |
| 2775 | + | |
2775 | 2776 | | |
2776 | 2777 | | |
2777 | 2778 | | |
| |||
2799 | 2800 | | |
2800 | 2801 | | |
2801 | 2802 | | |
| 2803 | + | |
2802 | 2804 | | |
2803 | 2805 | | |
2804 | 2806 | | |
| |||
11812 | 11814 | | |
11813 | 11815 | | |
11814 | 11816 | | |
| 11817 | + | |
11815 | 11818 | | |
11816 | 11819 | | |
11817 | 11820 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments