-
Notifications
You must be signed in to change notification settings - Fork 32
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
clboss does not handle addresses of type dns #257
Comments
It does influence it by such nodes being excluded. clboss created channels to other nodes later on.
...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following is from clboss b6795c4 running on Core Lightning v24.11.1, on signet.
clboss wanted to open a channel to a node that only has an address of type dns:
The pretty-print of the json is:
The message seems to come from
clboss/Boss/Mod/ChannelCreator/Manager.cpp
Lines 217 to 253 in b6795c4
clboss then crashed due to
but this is another issue. It remains to be seen whether the brokenness due to the unexpected result from listnodes influences channel creation when the assertion does not fail.
The text was updated successfully, but these errors were encountered: