Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend.AccountSetWatch holds the accounts config lock while it is modifying the config, and while it holds the config lock it tries to acquire the accountsAndKeystoreLock in the filter function. This can deadlock if the accountsAndKeystoreLock is held already.
- Loading branch information