Commit e2858ed
committed
Add funding_txo to ChannelReady event
A ChannelReady event is used for both channel establishment and splicing
to indicate that the funding transaction is confirmed to an acceptable
depth and thus the channel can be used with the funding. An upcoming
SplicePending event will be emitted for each pending splice (i.e., both
the initial splice attempt and any RBF attempts). Thus, when a
ChannelReady event is emitted, the funding_txo must be included to
differentiate between which ChannelPending -- which also contains the
funding_txo -- that the event corresponds to.1 parent 6c6e913 commit e2858ed
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1378 | 1378 | | |
1379 | 1379 | | |
1380 | 1380 | | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
1381 | 1386 | | |
1382 | 1387 | | |
1383 | 1388 | | |
| |||
1929 | 1934 | | |
1930 | 1935 | | |
1931 | 1936 | | |
| 1937 | + | |
1932 | 1938 | | |
1933 | 1939 | | |
1934 | 1940 | | |
1935 | 1941 | | |
1936 | 1942 | | |
| 1943 | + | |
1937 | 1944 | | |
1938 | 1945 | | |
1939 | 1946 | | |
| |||
2440 | 2447 | | |
2441 | 2448 | | |
2442 | 2449 | | |
| 2450 | + | |
2443 | 2451 | | |
2444 | 2452 | | |
2445 | 2453 | | |
| 2454 | + | |
2446 | 2455 | | |
2447 | 2456 | | |
2448 | 2457 | | |
| |||
2452 | 2461 | | |
2453 | 2462 | | |
2454 | 2463 | | |
| 2464 | + | |
2455 | 2465 | | |
2456 | 2466 | | |
2457 | 2467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3228 | 3228 | | |
3229 | 3229 | | |
3230 | 3230 | | |
| 3231 | + | |
3231 | 3232 | | |
3232 | 3233 | | |
3233 | 3234 | | |
| |||
9665 | 9666 | | |
9666 | 9667 | | |
9667 | 9668 | | |
| 9669 | + | |
9668 | 9670 | | |
9669 | 9671 | | |
9670 | 9672 | | |
| |||
11835 | 11837 | | |
11836 | 11838 | | |
11837 | 11839 | | |
| 11840 | + | |
11838 | 11841 | | |
11839 | 11842 | | |
11840 | 11843 | | |
| |||
0 commit comments