diff options
Diffstat (limited to 'accounts/keystore/watch.go')
-rw-r--r-- | accounts/keystore/watch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/keystore/watch.go b/accounts/keystore/watch.go index a5e6f99ab..8ad453858 100644 --- a/accounts/keystore/watch.go +++ b/accounts/keystore/watch.go @@ -21,8 +21,8 @@ package keystore import ( "time" - "github.com/dexon-foundation/dexon/log" "github.com/rjeczalik/notify" + "github.com/tangerine-network/go-tangerine/log" ) type watcher struct { |