mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-20 02:27:32 +01:00
68dfc6cb7c
* Split feerate mismatch configuration We want to be much stricter with feerates that are below our estimation than feerates that are above it. This also makes this configuration parameter easier to understand for end users. * Tolerate feerate mismatch while channel is unused We can relax the conditions where we close a channel because of a feerate mismatch: when the channel has no pending HTLCs, it's ok to temporarily disagree on the feerate. While we disagree on feerates, we don't use this channel to offer outgoing HTLCs. If we receive an incoming HTLC, we have to close the channel because that HTLC would be at risk (incorrect feerate). This mechanism gives us time to adapt to feerate changes, hopefully reducing the amount of unnecessary channel closures. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |