Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SeiDB] Fix concurrent map access (#411)
## Describe your changes and provide context This should fix the concurrent map access for storeV2 root multistore over (rs.ckvStores). The problem is that it is currently not protected by a read lock so when other goroutine modify the map, it will throw panic ## Testing performed to validate your change
- Loading branch information