diff options
Diffstat (limited to 'accounts/keystore/plain.go')
-rw-r--r-- | accounts/keystore/plain.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/keystore/plain.go b/accounts/keystore/plain.go index f62a133ce..6099ad2c0 100644 --- a/accounts/keystore/plain.go +++ b/accounts/keystore/plain.go @@ -22,7 +22,7 @@ import ( "os" "path/filepath" - "github.com/ethereum/go-ethereum/common" + "github.com/dexon-foundation/dexon/common" ) type keyStorePlain struct { |