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

Network: clean TorGuard exception handling (Not Tested) #49

Merged
merged 1 commit into from
Nov 14, 2022

Commits on Nov 14, 2022

  1. Network: clean TorGuard exception handling

    Move TorGuard exception handling to a new module so that
    every time we want to handle a new type of exception, we
    won't be bothered by adding a lot of try/except expressions.
    This code is necessary for fixing [1].
    
    Fixes nblockchain#45
    [1] nblockchain/geewallet#184
    parhamsaremi committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    affb114 View commit details
    Browse the repository at this point in the history