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

Get fifth miner on Current event #72

Open
bennisan86 opened this issue Jun 23, 2021 · 1 comment
Open

Get fifth miner on Current event #72

bennisan86 opened this issue Jun 23, 2021 · 1 comment

Comments

@bennisan86
Copy link
Collaborator

On the current mining event, we only receive data for the first 4 miners. Once the 5th miner is found, a new event is triggered so we never get that last miner's information.

To get to the state shown below, we do need that information. Also, we need to be able to display all of the miners (and the little green checkmark below the symbols) for a few seconds before displaying to the new event.

Screenshot 2021-06-23 at 16 29 08

@bennisan86
Copy link
Collaborator Author

in CurrentEventFetch.js, line 34, there is:

if (minerValues.length === 5) { console.log('5 of 5, looking for new challenge'); setFindNextDetails(true); }

but this bit will never get hit

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