aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/account_manager.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts/account_manager.go b/accounts/account_manager.go
index 38dd6f736..90fed1343 100644
--- a/accounts/account_manager.go
+++ b/accounts/account_manager.go
@@ -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
}