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
Revert HTLC transactions in 0FC channels back to Version::TWO
Otherwise, we could potentially hit the max 10_000vB size limit on V3
transactions (BIP 431 rule 4) if we aggregate enough HTLC-claims
together.
For now in 0FC channels, we do not aggregate HTLC-claims with the
P2A-anchor-claim, and wait for the commitment transaction to be fully
confirmed before broadcasting HTLC claims (which is the same behavior
as in keyed-anchor channels). There is hence no need for HTLC
transactions to be V3.
Note that the counterparty signature on the HTLC transaction *does*
commit to the version of the transaction.
Co-authored-by: Carla Kirk-Cohen <[email protected]>
0 commit comments