mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
accounts/keystore: fix empty comment
This commit is contained in:
parent
3cfbfdcd4e
commit
b65482fac2
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue