accounts, cmd, eth, internal, miner, node: wallets and HD APIs
This commit is contained in:
@ -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() {}
|
||||
|
Reference in New Issue
Block a user