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 for missing increment of stratum stats blocks_found #3593

Merged

Conversation

bladedoyle
Copy link
Contributor

Previous change is missing code to increment the stratum server stats when a worker finds a block.

I had originally planned to just add up all the worker blocks found in the tui code but then I thought that would break if somebody wanted to ever do cleanup on the worker list. So instead I added a count to the StratumStats class...but then never added the code to increment it.

@quentinlesceller quentinlesceller merged commit 846b8f8 into mimblewimble:master Mar 11, 2021
@bladedoyle bladedoyle deleted the fix_stratum_blocks_found branch March 11, 2021 15:46
@antiochp antiochp mentioned this pull request May 6, 2021
bayk added a commit to mwcproject/mwc-node that referenced this pull request Jun 17, 2024
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

Successfully merging this pull request may close these issues.

2 participants