We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
list_peers
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
As of #56, we allow to retrieve all permanently stored peers and add a is_connected: bool field based on their connection status.
is_connected: bool
It would however be nice to eventually return the superset of stored and connected (i.e., also peer not marked as permanently) peers.
permanently
This is much easier after lightningdevkit/rust-lightning#2056, which is why we postpone until then.
The text was updated successfully, but these errors were encountered:
Blocked on #85 now.
Sorry, something went wrong.
list_peers()
Successfully merging a pull request may close this issue.
As of #56, we allow to retrieve all permanently stored peers and add a
is_connected: bool
field based on their connection status.It would however be nice to eventually return the superset of stored and connected (i.e., also peer not marked as
permanently
) peers.This is much easier after lightningdevkit/rust-lightning#2056, which is why we postpone until then.
The text was updated successfully, but these errors were encountered: