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

avoid unwrap in get_server_stats #3058

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

antiochp
Copy link
Member

We introduced a couple of instances of unwrap() to get_server_stats in #3046
This PR replaces these with ? so we propagate the error up to the TUI safely.

@antiochp antiochp added this to the 2.1.0 milestone Sep 25, 2019
@antiochp antiochp merged commit b894690 into mimblewimble:master Sep 26, 2019
@antiochp antiochp deleted the server_stats_error_handling branch September 26, 2019 13:01
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.

2 participants