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
Include HTLC amts in ClaimableOnChannelClose.transaction_fee_satoshis
In addition to the amount set by `commit_tx_fee_sat`, the transaction
fee of a commitment transaction may also increase due to HTLC amounts
that get burned to fees, and any elided anchors. We now include these
amounts in the `transaction_fee_satoshis` field of
`Balance::ClaimableOnChannelClose` too.
This commit also makes the `transaction_fee_satoshis` field correct for
custom transactions not encompassed in `chan_utils::commit_tx_fee_sat`.
0 commit comments