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
In light of the recent LND bug, it'd be useful to have an indicator of the sync status (both chain and graph) of LND/CLN.
For LND:
$ lncli getinfo | grep synced_to_chain, "synced_to_chain": true, $ lncli getinfo | grep synced_to_graph, "synced_to_graph": true,
$ lncli getinfo | grep synced_to_chain,
"synced_to_chain": true, $ lncli getinfo | grep synced_to_graph, "synced_to_graph": true,
Maybe one line in the LND column:
Lightning (LND) up v0.15.2 Synced? chain | graph Indra
..with chain & graph in green if synced or in red if not synced.. just one example, could be anything else.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In light of the recent LND bug, it'd be useful to have an indicator of the sync status (both chain and graph) of LND/CLN.
For LND:
Maybe one line in the LND column:
..with chain & graph in green if synced or in red if not synced..
just one example, could be anything else.
The text was updated successfully, but these errors were encountered: