-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
4 changed files
with
35 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters