good morning!!!!

Skip to content
Snippets Groups Projects
Commit 23f26580 authored by Gustav Simonsson's avatar Gustav Simonsson
Browse files

Remove unneeded initialisation of mutex

parent d1311c53
Branches
Tags
No related merge requests found
......@@ -60,7 +60,6 @@ func NewAccountManager(keyStore crypto.KeyStore2, unlockMilliseconds time.Durati
keyStore: keyStore,
unlockedKeys: keysMap,
unlockMilliseconds: unlockMilliseconds,
mutex: sync.RWMutex{}, // for accessing unlockedKeys map
}
return *am
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment