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

Fix exception handling during Tor setup #2538

Commits on Mar 14, 2019

  1. Fix exception handling during Tor setup

    A recent change in the netlayer is now seeing exceptions wrapped in
    a TorCtlException if an error occurs while setting up Tor.
    
    So when an issue such as "Auth cookie not created" (bisq-network#2398) occurs,
    which was previously raised as an IOException, it was restarting Tor
    rather than showing the error message to the user.
    devinbileck committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    8ccbe9e View commit details
    Browse the repository at this point in the history