(Force) Close on "feerates are too different" while processing UpdateAddHtlc #2577
DerEwige
started this conversation in
Node operators
Replies: 1 comment 2 replies
-
This is a well known issue, just try to search “feerates are too different” here. The proper solution is using anchor channels. Which is not always possible, especially for legacy channels. So there’s a workaround. Set Here are the default values: https://github.com/ACINQ/eclair/blob/master/eclair-core/src/main/resources/reference.conf#L214 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a strange automated channel close tonight.
First of all it showed as mutual close in the channel explorers.
(mempool.space)
But I believe this is just because all the funds was still on the openers side.
Am I correct in my assumption that this line was the trigger of a force close?
eclair.2023-01-22_03.log:2023-01-22 03:30:51,101 ERROR f.a.e.c.fsm.Channel PAY n:025022f660d278b8d90415bdde1b385841b6caf179dc69569e4b55fd5aec70555f c:8993449f974a47d6417af229b643bbebfdb23c941e6237c6f435912695da94d8 - local/remote feerates are too different: remoteFeeratePerKw=3260 localFeeratePerKw=253 while processing msg=UpdateAddHtlc in state=NORMAL
Beta Was this translation helpful? Give feedback.
All reactions