Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
electrumx: fix race condition in client (#4)
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