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

Cleaned up some redundancies in the lit-af ls command #441

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

delbonis
Copy link
Collaborator

This should resolve #433.

@delbonis delbonis added bug Actual problems effecting Lit's usage/performance trivial Simple changes, not requiring extensive testing or inspection labels Nov 30, 2018
Copy link
Contributor

@Varunram Varunram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested as working, closes #433.

@@ -25,7 +25,7 @@ var lsCommand = &Command{
"What information to show. Provide one of:"),
fmt.Sprintf("\t%-20s %s",
lnutil.White("-a"),
"Information on connections to other peers"),
"Everything"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch :)

@Varunram
Copy link
Contributor

Varunram commented Dec 5, 2018

retest this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Actual problems effecting Lit's usage/performance trivial Simple changes, not requiring extensive testing or inspection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ls conns output shows channels
2 participants