From a31ae3fde50d3402e838483c985dbe50d753b48c 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/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex/config.go') diff --git a/dex/config.go b/dex/config.go index b90a344c8..b6ce76992 100644 --- a/dex/config.go +++ b/dex/config.go @@ -26,7 +26,7 @@ import ( "time" "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/eth/downloader" + "github.com/dexon-foundation/dexon/dex/downloader" "github.com/dexon-foundation/dexon/eth/gasprice" "github.com/dexon-foundation/dexon/params" ) -- cgit v1.2.3