From 5aaccf466773e60c93ab150d89abd950bd43ca28 Mon Sep 17 00:00:00 2001 From: Sonic Date: Fri, 9 Nov 2018 14:49:23 +0800 Subject: dex: use dex/downloader in dex To compatible with ethereum code base, make Downloader a interface in internal/ethapi --- dex/helper_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex/helper_test.go') diff --git a/dex/helper_test.go b/dex/helper_test.go index 9a135d3e3..f57f3eff4 100644 --- a/dex/helper_test.go +++ b/dex/helper_test.go @@ -33,7 +33,7 @@ import ( "github.com/dexon-foundation/dexon/core/types" "github.com/dexon-foundation/dexon/core/vm" "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/eth/downloader" + "github.com/dexon-foundation/dexon/dex/downloader" "github.com/dexon-foundation/dexon/ethdb" "github.com/dexon-foundation/dexon/event" "github.com/dexon-foundation/dexon/p2p" -- cgit v1.2.3