-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
For some unknown reason, my testnet environment has gotten into a state where opendexd is not able to unlock lnds.
- After starting the environment, opendexd's unlock request responds with
{"message":"rpc error: code = Unknown desc = error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt"}. - opendexd then gets unlocked, lnds won't, and connext status is
NotInitialized.
There's a workaround:
- unlock both lnds via cli;
- restart opendexd;
- unlock opendexd;
- all L2 services are ready.