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
Use proper locktime for HTLC timeout/success transactions
This only applies for such transactions spending our own commitments.
The timelocks are fixed due to the counterparty's signature, so we
shouldn't be modifying it for such inputs. This wasn't an issue for
channels predating anchors since we'd always broadcast the reconstructed
pre-signed HTLC transaction. This changes with anchors though, as it'll
now be the responsibility of the anchors event handler to ensure the
correct transaction locktime is set. To make the experience a bit more
user-friendly, a later commit will expose the transaction locktime, so
we make sure we start using the correct one in this commit.
0 commit comments