We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, the swarm UI shows the pubkey separated from the host of the lightning node.
To make it easier for a user to connect to the node, we need to show these two data together like in most lightning explorers.
Eg. for okx node: 0294ac3e099def03c12a37e30fe5364b1223fd60069869142ef96580c8439c2e0a@8.210.134.135:26658
0294ac3e099def03c12a37e30fe5364b1223fd60069869142ef96580c8439c2e0a@8.210.134.135:26658
Eg. for swarm11: 032359e41bb4c206d00f9e0c0215d7baf81e056f84f8c36a389c9166c1be1a1c3e@cln.swarm11.sphinx.chat:9735
032359e41bb4c206d00f9e0c0215d7baf81e056f84f8c36a389c9166c1be1a1c3e@cln.swarm11.sphinx.chat:9735
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
At the moment, the swarm UI shows the pubkey separated from the host of the lightning node.
To make it easier for a user to connect to the node, we need to show these two data together like in most lightning explorers.
Eg. for okx node:
0294ac3e099def03c12a37e30fe5364b1223fd60069869142ef96580c8439c2e0a@8.210.134.135:26658
Eg. for swarm11:
032359e41bb4c206d00f9e0c0215d7baf81e056f84f8c36a389c9166c1be1a1c3e@cln.swarm11.sphinx.chat:9735
The text was updated successfully, but these errors were encountered: