aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/watch_fallback.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/keystore/watch_fallback.go')
-rw-r--r--accounts/keystore/watch_fallback.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/keystore/watch_fallback.go b/accounts/keystore/watch_fallback.go
index 6412f3b33..7c5e9cb2e 100644
--- a/accounts/keystore/watch_fallback.go
+++ b/accounts/keystore/watch_fallback.go
@@ -23,6 +23,6 @@ package keystore
type watcher struct{ running bool }
-func newWatcher(*addressCache) *watcher { return new(watcher) }
+func newWatcher(*accountCache) *watcher { return new(watcher) }
func (*watcher) start() {}
func (*watcher) close() {}