diff --git a/accounts/keystore/keystore.go b/accounts/keystore/keystore.go index d0172f5cd5..47fa376ed8 100644 --- a/accounts/keystore/keystore.go +++ b/accounts/keystore/keystore.go @@ -67,7 +67,7 @@ type KeyStore struct { updating bool // Whether the event notification loop is running mu sync.RWMutex - importMu sync.RWMutex // Import Mutex locks the import to prevent two insertions from racing + importMu sync.Mutex // Import Mutex locks the import to prevent two insertions from racing } type unlocked struct {