aboutsummaryrefslogtreecommitdiffstats
path: root/dex/helper_test.go
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2018-11-09 14:49:23 +0800
committerWei-Ning Huang <w@dexon.org>2018-12-19 20:54:27 +0800
commit6b9db92147972dacc9999f9fa63df1fa712b05d6 (patch)
tree3b85ad84984a4dfc7518016ccf2017a36fc3cc9f /dex/helper_test.go
parentee4c3558200faa70624efcf7ff2afa4ae8b1f0f4 (diff)
downloaddexon-6b9db92147972dacc9999f9fa63df1fa712b05d6.tar.gz
dexon-6b9db92147972dacc9999f9fa63df1fa712b05d6.tar.zst
dexon-6b9db92147972dacc9999f9fa63df1fa712b05d6.zip
dex: use dex/downloader in dex
To compatible with ethereum code base, make Downloader a interface in internal/ethapi
Diffstat (limited to 'dex/helper_test.go')
-rw-r--r--dex/helper_test.go2
1 files changed, 1 insertions, 1 deletions
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"