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/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex/handler_test.go') diff --git a/dex/handler_test.go b/dex/handler_test.go index 981362bb5..dc1ea1d73 100644 --- a/dex/handler_test.go +++ b/dex/handler_test.go @@ -27,7 +27,7 @@ import ( "github.com/dexon-foundation/dexon/core/state" "github.com/dexon-foundation/dexon/core/types" "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/p2p" "github.com/dexon-foundation/dexon/params" -- cgit