You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments