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 --- trie/database_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trie/database_test.go') diff --git a/trie/database_test.go b/trie/database_test.go index 65b65678b..5aa0bc375 100644 --- a/trie/database_test.go +++ b/trie/database_test.go @@ -19,8 +19,8 @@ package trie import ( "testing" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/ethdb" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/ethdb" ) // Tests that the trie database returns a missing trie node error if attempting -- cgit v1.2.3