Commit 61fcbfc
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 0cb7874 commit 61fcbfc
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 | |
|---|---|---|---|
| |||
3233 | 3233 | | |
3234 | 3234 | | |
3235 | 3235 | | |
| 3236 | + | |
3236 | 3237 | | |
3237 | 3238 | | |
3238 | 3239 | | |
| |||
9670 | 9671 | | |
9671 | 9672 | | |
9672 | 9673 | | |
| 9674 | + | |
9673 | 9675 | | |
9674 | 9676 | | |
9675 | 9677 | | |
| |||
11852 | 11854 | | |
11853 | 11855 | | |
11854 | 11856 | | |
| 11857 | + | |
11855 | 11858 | | |
11856 | 11859 | | |
11857 | 11860 | | |
| |||
0 commit comments