Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect implementation of
DataStoreReadOps
Previously, the function would try to block the whole thread whenever requesting something from other peers. This wasn't noticed since the implementation is only used in light clients that were **NOT** compiled for WASM. I noticed this implementation when reviewing #3159, which would have caused these thread blockings to continue for longer times.
- Loading branch information