Closed jordan-bravo closed 1 month ago
Example variable names for lndk.conf were incorrect. They need to be snake_case rather than kebab-case.
lndk.conf
Specifically: cert-path --> cert_path macaroon-path --> macaroon_path
cert-path
cert_path
macaroon-path
macaroon_path
Closing in favour of #178
Example variable names for
lndk.conf
were incorrect. They need to be snake_case rather than kebab-case.Specifically:
cert-path
-->cert_path
macaroon-path
-->macaroon_path