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
I'm failing to open a channel from Eclair on Android to a lightning-c node, and this is the error I keep getting on the log file of lightning-c when I try to create the channel:
Opening negotiation failed: feerate_per_kw 53760 above maximum 1325
The text was updated successfully, but these errors were encountered:
tryd this also days ago , used overide fees option to overcome , but then the next eclair step on my build the funding tx crashed the deamon . When it changed peer state .
Should have reported this ...
So please try with your config if it makes the funding after settting higher fees then it was my config and build.
Otherwise we have a new issue ;-)
Yeah what saibato said, I typically have to do:
$ lightning-cli dev-setfees 53760 53760 53760
I think eclair mobile hardcodes that? I've never seen it report a
different value.
I'm failing to open a channel from Eclair on Android to a lightning-c node, and this is the error I keep getting on the log file of lightning-c when I try to create the channel:
Opening negotiation failed: feerate_per_kw 53760 above maximum 1325
The text was updated successfully, but these errors were encountered: