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

Pausing through API returns Success:1, even if the miner has not been paused. #1447

Open
ramito1 opened this issue Jun 11, 2023 · 0 comments

Comments

@ramito1
Copy link

ramito1 commented Jun 11, 2023

If you try to pause the miner through the API using control?pause=True, it will return success:1, but the miner will not be paused, due to the capital T, however it works if you try to resume with a False. I know it's best to use .ToLowerCase() for the boolean, but it is a bit confusing when you still get a success even though the miner has not been paused.

Not really a major issue, but perhaps worth mentioning to always submit the true/false params with lowercase letters.

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

No branches or pull requests

1 participant