diff --git a/accounts/keystore/account_cache.go b/accounts/keystore/account_cache.go index c528f3f5d8..2f80fb563b 100644 --- a/accounts/keystore/account_cache.go +++ b/accounts/keystore/account_cache.go @@ -215,7 +215,7 @@ func (ac *accountCache) maybeReload() { return // The cache was reloaded recently. } } - // + // No watcher running, start it. ac.watcher.start() ac.throttle.Reset(minReloadInterval) ac.mu.Unlock()