From 3f555b121b7483dac0baff0a80e16fdc2cb55ce4 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 --- miner/unconfirmed.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'miner/unconfirmed.go') diff --git a/miner/unconfirmed.go b/miner/unconfirmed.go index 3a176e8bd..96c5bf1a0 100644 --- a/miner/unconfirmed.go +++ b/miner/unconfirmed.go @@ -20,9 +20,9 @@ import ( "container/ring" "sync" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" + "github.com/dexon-foundation/dexon/log" ) // chainRetriever is used by the unconfirmed block set to verify whether a previously -- cgit