diff options
Diffstat (limited to 'accounts/keystore/presale.go')
-rw-r--r-- | accounts/keystore/presale.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/keystore/presale.go b/accounts/keystore/presale.go index 03055245f..e5f8a53be 100644 --- a/accounts/keystore/presale.go +++ b/accounts/keystore/presale.go @@ -25,8 +25,8 @@ import ( "errors" "fmt" - "github.com/ethereum/go-ethereum/accounts" - "github.com/ethereum/go-ethereum/crypto" + "github.com/dexon-foundation/dexon/accounts" + "github.com/dexon-foundation/dexon/crypto" "github.com/pborman/uuid" "golang.org/x/crypto/pbkdf2" ) |