aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/plain_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/keystore/plain_test.go')
-rw-r--r--accounts/keystore/plain_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/keystore/plain_test.go b/accounts/keystore/plain_test.go
index 32852a0ad..b4d6aa999 100644
--- a/accounts/keystore/plain_test.go
+++ b/accounts/keystore/plain_test.go
@@ -27,8 +27,8 @@ import (
"strings"
"testing"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/crypto"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/crypto"
)
func tmpKeyStoreIface(t *testing.T, encrypted bool) (dir string, ks keyStore) {