accounts/keystore: fix empty comment

This commit is contained in:
Felix Lange 2017-10-07 00:05:42 +02:00
parent 3cfbfdcd4e
commit b65482fac2

View file

@ -215,7 +215,7 @@ func (ac *accountCache) maybeReload() {
return // The cache was reloaded recently. return // The cache was reloaded recently.
} }
} }
// // No watcher running, start it.
ac.watcher.start() ac.watcher.start()
ac.throttle.Reset(minReloadInterval) ac.throttle.Reset(minReloadInterval)
ac.mu.Unlock() ac.mu.Unlock()