diff options
Diffstat (limited to 'miner/unconfirmed_test.go')
-rw-r--r-- | miner/unconfirmed_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miner/unconfirmed_test.go b/miner/unconfirmed_test.go index 42e77f3e6..02f4bf193 100644 --- a/miner/unconfirmed_test.go +++ b/miner/unconfirmed_test.go @@ -19,8 +19,8 @@ package miner import ( "testing" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" ) // noopChainRetriever is an implementation of headerRetriever that always |