diff options
Diffstat (limited to 'accounts/manager.go')
-rw-r--r-- | accounts/manager.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/manager.go b/accounts/manager.go index 96ca298fc..b855d42e1 100644 --- a/accounts/manager.go +++ b/accounts/manager.go @@ -21,7 +21,7 @@ import ( "sort" "sync" - "github.com/ethereum/go-ethereum/event" + "github.com/dexon-foundation/dexon/event" ) // Manager is an overarching account manager that can communicate with various |