Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CLN p2p port #166

Merged
merged 1 commit into from
Nov 10, 2022
Merged

Fix CLN p2p port #166

merged 1 commit into from
Nov 10, 2022

Conversation

andrei-21
Copy link
Contributor

LIGHTNINGD_PORT is not consumed by https://github.com/ElementsProject/lightning/blob/master/tools/docker-entrypoint.sh nor lightningd.
Before the fix:

$ nigiri lnd connect `nigiri cln getinfo | jq -r .id`@cln:9935
[lncli] rpc error: code = Unknown desc = dial tcp 172.24.0.4:9935: connect: connection refused
exit status 1

After the fix:

$ nigiri lnd connect `nigiri cln getinfo | jq -r .id`@cln:9935
{

}

@andrei-21
Copy link
Contributor Author

@tiero can you review it please? Do you need any help?

@tiero tiero merged commit f4d1dfc into vulpemventures:master Nov 10, 2022
@tiero
Copy link
Member

tiero commented Nov 10, 2022

Done!

@andrei-21
Copy link
Contributor Author

Thanks!

@andrei-21 andrei-21 deleted the fix/cln-port branch November 10, 2022 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants