ACINQ / eclair-mobile

An Android wallet for the Lightning Network
Apache License 2.0
258 stars 43 forks source link

Channel Failed : Incompatible Features #260

Closed rmerka closed 3 years ago

rmerka commented 3 years ago

I can't seem to open a channel to my LND node. I have 12 other channels open with other various nodes but only eclair-mobile seems to have an issue with my node. I've attached the log file from my android device. LND is v0.12.0-beta eclair-wallet.log

rmerka commented 3 years ago

Nevermind. I solved it.

I had to change the features set in LND v0.12.0-beta to StaticRemoteKeyOptional and recompile.

Hopefully this will be addressed by eclair-mobile as going forward it looks like StaticRemoteKeyRequired is where LND is heading for safety reasons apparently.

Thanks!