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
Pre-committed feerates transactions (commitment, HTLC input-ouput pair)
need the adjunction of an unspent transaction output. This will serve
as a potential bumping input for a CPFP spending also a commitment
transaction anchor output, thus increasing package feerate.
Bumping utxo are only committed when the channel transactions goes
onchain.
/// Lightning security model (i.e being able to redeem/timeout HTLC or penalize coutnerparty onchain) lays on the assumption of claim transactions getting confirmed before timelock expiration
305
305
/// (CSV or CLTV following cases). In case of high-fee spikes, claim tx may stuck in the mempool, so you need to bump its feerate quickly using Replace-By-Fee or Child-Pay-For-Parent.
0 commit comments