Skip to content

Incl tx fee when calcing inbound+outbound HTLC limits on channels#577

Merged
TheBlueMatt merged 3 commits intolightningdevkit:masterfrom
valentinewallace:fix-onchain-fee-check-htlcs
Jun 15, 2020
Merged

Incl tx fee when calcing inbound+outbound HTLC limits on channels#577
TheBlueMatt merged 3 commits intolightningdevkit:masterfrom
valentinewallace:fix-onchain-fee-check-htlcs

Conversation

@valentinewallace
Copy link
Copy Markdown
Contributor

@valentinewallace valentinewallace commented Apr 8, 2020

When we receive an inbound HTLC from a peer on an inbound channel,
the peer needs to be able to pay for the additional commitment tx
fees as well.

When we're sending an outbound HTLC on an outbound channel, we need
to be able to pay for the additional commitment tx fees as well.

Closes #548.

TODOs:

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix fee check when accepting inbound HTLCs

4 participants