1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 06:47:46 +01:00
eclair/eclair-core
Bastien Teinturier 4ebc8b5d6b
Notify node operator on low fee bumping reserve (#2104)
With anchor outputs, we need to keep utxos available for fee bumping.
Having enough on-chain funds to claim HTLCs in case channels force-close
is necessary to guarantee funds safety.

There is no perfect formula to estimate how much we should reserve: it
depends on the feerate when the channels force-close, the number of
impacted HTLCs and their amount.

We use a very rough estimation, to avoid needlessly spamming node operators
while still notifying them when the situation becomes risky.
2021-12-14 16:42:22 +01:00
..
src Notify node operator on low fee bumping reserve (#2104) 2021-12-14 16:42:22 +01:00
eclair-cli Remove network stats computation (#2094) 2021-12-09 11:58:04 +01:00
pom.xml Back to Dev (#1993) 2021-10-08 09:58:47 +02:00