You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delay HTLC txs in 0FC channels until both commit and anchor txs confirm
It is possible to claim HTLCs and the P2A anchor in the same
transaction, but we leave aggregating these claims to a follow-up.
For now, we imitate the behavior of CSV anchor channels, and wait for
the commitment transaction to confirm before broadcasting HTLC
transactions.
Co-authored-by: Matt Corallo <[email protected]>
0 commit comments