diff options
Diffstat (limited to 'eth/sync_test.go')
-rw-r--r-- | eth/sync_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eth/sync_test.go b/eth/sync_test.go index e4c99ff58..38b9c48fe 100644 --- a/eth/sync_test.go +++ b/eth/sync_test.go @@ -21,9 +21,9 @@ import ( "testing" "time" - "github.com/ethereum/go-ethereum/eth/downloader" - "github.com/ethereum/go-ethereum/p2p" - "github.com/ethereum/go-ethereum/p2p/enode" + "github.com/dexon-foundation/dexon/eth/downloader" + "github.com/dexon-foundation/dexon/p2p" + "github.com/dexon-foundation/dexon/p2p/enode" ) // Tests that fast sync gets disabled as soon as a real block is successfully |