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

offline build not possible right now closes #2139 #2141

Merged
merged 1 commit into from
Dec 12, 2018

Conversation

rentenmark
Copy link
Contributor

  • remove (almost) all unwrap calls
  • replace with ? operator
  • build script will now work offline and in many other scenarios where the web wallet may not be downloaded

* remove (almost) all unwrap calls
* replace with ? operator
* build script will now work offline and in many other scenarios where the web wallet may not be downloaded
let web_wallet_install = install_web_wallet();
match web_wallet_install {
Ok(true) => {}
_ => println!(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note that this message will probably never be seen and thus we should probably consider deleting messaging in any case where the build script will return 0 status code.

Copy link
Member

@antiochp antiochp left a comment

Choose a reason for hiding this comment

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

Looks good to me. 👍 Thanks!

@antiochp antiochp merged commit ed9c1ac into mimblewimble:master Dec 12, 2018
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