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 an edge case startup bug #186

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Fix an edge case startup bug #186

merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Fix an edge case startup bug where we end up in a failing loop with t…

    …he wrong certs loaded
    
    Happens in a rare case in chia operator where the first init is called, then exporter loads those certs, then chia init -c is called and we dont have the proper new certs. By refreshing the client on every connection attempt, we ensure we have the latest configuration for the initial connection
    cmmarslender committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    34b8998 View commit details
    Browse the repository at this point in the history