diff options
Diffstat (limited to 'internal/guide/guide_test.go')
-rw-r--r-- | internal/guide/guide_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/guide/guide_test.go b/internal/guide/guide_test.go index 9c7ad16d1..1eeecc6b7 100644 --- a/internal/guide/guide_test.go +++ b/internal/guide/guide_test.go @@ -30,8 +30,8 @@ import ( "testing" "time" - "github.com/ethereum/go-ethereum/accounts/keystore" - "github.com/ethereum/go-ethereum/core/types" + "github.com/dexon-foundation/dexon/accounts/keystore" + "github.com/dexon-foundation/dexon/core/types" ) // Tests that the account management snippets work correctly. |