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/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex/sync.go') diff --git a/dex/sync.go b/dex/sync.go index 5af6076bc..b6a8035d4 100644 --- a/dex/sync.go +++ b/dex/sync.go @@ -23,7 +23,7 @@ import ( "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/eth/downloader" + "github.com/dexon-foundation/dexon/dex/downloader" "github.com/dexon-foundation/dexon/log" "github.com/dexon-foundation/dexon/p2p/enode" ) -- cgit