1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 22:58:23 +01:00
eclair/eclair-core
Bastien Teinturier 8a27b4ca85
Fixup funder fee buffer (#1364)
We were previously only counting the additional HTLC at twice
the current feerate.

An HTLC in isolation doesn't make much sense: the feerate
applies to the whole commit tx. Our fee buffer needs to account
for a x2 feerate increase on the commit tx + an additional htlc.

Note that this introduces another subtlety. The commit tx fee at twice the
current feerate may actually be lower than the commit tx fee at the current
feerate (if the commit tx contains many htlcs that are only slightly above
the trim threshold).
2020-09-29 18:06:38 +02:00
..
src Fixup funder fee buffer (#1364) 2020-09-29 18:06:38 +02:00
eclair-cli Update allnodes API (#1468) 2020-06-23 15:28:48 +02:00
pom.xml Migrate relayers to akka typed (#1525) 2020-09-16 09:46:51 +02:00