From 21cbe9d5b1630be351329a5715fd599030a00122 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 26 Sep 2018 10:48:31 +0800 Subject: Change import go github.com/dexon-foundation/dexon --- accounts/keystore/plain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts/keystore/plain.go') 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 { -- cgit v1.2.3