diff options
author | Sonic <sonic@dexon.org> | 2018-11-09 14:49:23 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | 6b9db92147972dacc9999f9fa63df1fa712b05d6 (patch) | |
tree | 3b85ad84984a4dfc7518016ccf2017a36fc3cc9f /dex/helper_test.go | |
parent | ee4c3558200faa70624efcf7ff2afa4ae8b1f0f4 (diff) | |
download | dexon-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.go | 2 |
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" |