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
This seems a consequence of @rustyrussell's infamous omg-bitcoind-vbytes-must-die-die-die PR: #1251. We hardcode a minimum feerate of 253 even if bitcoind gives us 250, because we calculate fees more sanely than bitcoind does.
per a convo on IRC today, it looks like lnd has a bug with update_fee which may be related
roasbeef: lnd has a fixed for an update_fee related bug, might explain some of the random force closes even between ourselves, should land in this week and we'll follow up with a minor release to get ppl on the network updated
Steps to reproduce:
In my exact case LND proposed 250 and clighting has range 253-6785:
lightningnetwork/lnd#1058
lightning/lightningd/peer_control.c
Line 152 in 8a9fef2
PS I don't sure who is wrong side in this case. But it is impossible to maintain channels between lnd and clighting right now.
The text was updated successfully, but these errors were encountered: