Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue where JDC stops receiving shares
This PR addresses issue #920, where JDC stops receiving valid shares from the Translator when two new blocks are found within a few seconds. The problem occurs due to a race condition in the handling of SetCustomMiningJob messages, leading to the JDC not registering job IDs properly.
- Loading branch information