mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-12 15:17:32 +01:00
This commit adds a new field to the CommitSig message: HtlcSigs. This new field will house signatures for each of the HTLC’s on the newly created commitment state. This addition allows us to implement the new commitment transaction structure outlined within the specification which modifies HTLC’s such that the claiming process is now a two-phase process. The first state transitions an HTLC to the delay+claim state, and the second state (after the delay has passed) allows the broadcaster of the commitment transaction to sweep the HTLC’s. Fixes #61.
3.0 KiB
3.0 KiB