You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this function makes a call to the slushpool API and the response which comes back as JSON is parsed into a hardcoded struct. If the response were to ever change this would cause and error and likely crash the program.
Should be able to create the struct along with all it's values based on what the response is sending back.
The text was updated successfully, but these errors were encountered:
Currently this function makes a call to the slushpool API and the response which comes back as JSON is parsed into a hardcoded struct. If the response were to ever change this would cause and error and likely crash the program.
Should be able to create the struct along with all it's values based on what the response is sending back.
The text was updated successfully, but these errors were encountered: