Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in electrumx client
Previously, the request ID stored in the client was incremented while the lock was held, however it was then read without the lock being held.
- Loading branch information