Commit 8ec81ef
committed
Add pending funding scopes to FundedChannel
Once a channel is funded, it may be spliced to add or remove funds. The
new funding transaction is pending until confirmed on chain and thus
needs to be tracked. Additionally, it may be replaced by another
transaction using RBF with a higher fee. Hence, there may be more than
one pending FundingScope to track for a splice.
This commit adds support for tracking pending funding scopes. The
following commits will account for any pending scopes where applicable
(e.g., when handling commitment_signed).1 parent e9f3e4d commit 8ec81ef
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1513 | 1513 | | |
1514 | 1514 | | |
1515 | 1515 | | |
| 1516 | + | |
1516 | 1517 | | |
1517 | 1518 | | |
1518 | 1519 | | |
| |||
4820 | 4821 | | |
4821 | 4822 | | |
4822 | 4823 | | |
| 4824 | + | |
4823 | 4825 | | |
4824 | 4826 | | |
4825 | 4827 | | |
| |||
9278 | 9280 | | |
9279 | 9281 | | |
9280 | 9282 | | |
| 9283 | + | |
9281 | 9284 | | |
9282 | 9285 | | |
9283 | 9286 | | |
| |||
9545 | 9548 | | |
9546 | 9549 | | |
9547 | 9550 | | |
| 9551 | + | |
9548 | 9552 | | |
9549 | 9553 | | |
9550 | 9554 | | |
| |||
10785 | 10789 | | |
10786 | 10790 | | |
10787 | 10791 | | |
| 10792 | + | |
10788 | 10793 | | |
10789 | 10794 | | |
10790 | 10795 | | |
| |||
0 commit comments