You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To minimize failed HTLCs it would make sense to limit maxHTLC to channel balance plus channel reserve.
Please consider to add functionality to control maxHTLC dynamically based on channel balance.
Here is a proposal how it could be implemented:
maxHTLC set in Advanced Settings should still not be exceeded even when all liquidity is on my side
decrease maxHTLC dynamically down to zero when channel balance drops below a minimum value. maxHTLC could be calculated like this: channel reserve + minimum value + safety margin.
Channel reserve is given by LND. Parameters minimum value and safety margin should have a default value but could be changed individually.
I am not sure if it also makes sense to disable the channel when calculated maxHTLC drops to 0? Perhaps this could be optionally checked by the user.
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered:
To minimize failed HTLCs it would make sense to limit maxHTLC to channel balance plus channel reserve.
Please consider to add functionality to control maxHTLC dynamically based on channel balance.
Here is a proposal how it could be implemented:
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered: