Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Describe your changes and provide context The issue is that when a node is exporting snapshot for wasm, it needs to reopen the SC store for a given height, which could take 10-20 minutes, during that time, we acquired a lock which blocks the block commit. The fix is to fix the lock usage to only apply after we open the DB. ## Testing performed to validate your change Tested on state sync node
- Loading branch information