Commit 6f1f50f
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 b3a615f commit 6f1f50f
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 | |
|---|---|---|---|
| |||
3225 | 3225 | | |
3226 | 3226 | | |
3227 | 3227 | | |
| 3228 | + | |
3228 | 3229 | | |
3229 | 3230 | | |
3230 | 3231 | | |
| |||
9662 | 9663 | | |
9663 | 9664 | | |
9664 | 9665 | | |
| 9666 | + | |
9665 | 9667 | | |
9666 | 9668 | | |
9667 | 9669 | | |
| |||
11821 | 11823 | | |
11822 | 11824 | | |
11823 | 11825 | | |
| 11826 | + | |
11824 | 11827 | | |
11825 | 11828 | | |
11826 | 11829 | | |
| |||
0 commit comments