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

CAD-1085: Port in TUI, bug fix. #1076

Merged
merged 1 commit into from
May 28, 2020
Merged

CAD-1085: Port in TUI, bug fix. #1076

merged 1 commit into from
May 28, 2020

Conversation

denisshevchenko
Copy link
Contributor

PR fixes a small bug with Port in TUI: no more Just.

RealProtocolMode -> Text.pack $ "Port: " <> show (naPort <$> nodeAddr ncli)
RealProtocolMode -> Text.pack $ "Port: " <>
case naPort <$> nodeAddr ncli of
Nothing -> "-"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this what we want to display in the Nothing case? Or is there another means by which we can identify the node?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Or is there another means by which we can identify the node?

I don't know it.

@erikd
Copy link
Contributor

erikd commented May 28, 2020

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented May 28, 2020

@iohk-bors iohk-bors bot merged commit 4f026b6 into master May 28, 2020
@iohk-bors iohk-bors bot deleted the cad-1085-tui-port-bug branch May 28, 2020 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants