diff options
author | Sonic <sonic@dexon.org> | 2018-11-09 14:49:23 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | e508bf0a8074e803cbcdaa162fd3289de2afda94 (patch) | |
tree | ac10c3cced1f817d12bd2e4c0c9e50d8a1d7e3bd /cmd/utils | |
parent | 202b8a467827118e1243b98dbd8111c3d806211e (diff) | |
download | dexon-e508bf0a8074e803cbcdaa162fd3289de2afda94.tar.gz dexon-e508bf0a8074e803cbcdaa162fd3289de2afda94.tar.zst dexon-e508bf0a8074e803cbcdaa162fd3289de2afda94.zip |
dex: use dex/downloader in dex
To compatible with ethereum code base, make Downloader a
interface in internal/ethapi
Diffstat (limited to 'cmd/utils')
-rw-r--r-- | cmd/utils/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 611db1975..21913e22a 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -40,8 +40,8 @@ import ( "github.com/dexon-foundation/dexon/crypto" "github.com/dexon-foundation/dexon/dashboard" "github.com/dexon-foundation/dexon/dex" + "github.com/dexon-foundation/dexon/dex/downloader" "github.com/dexon-foundation/dexon/eth" - "github.com/dexon-foundation/dexon/eth/downloader" "github.com/dexon-foundation/dexon/eth/gasprice" "github.com/dexon-foundation/dexon/ethdb" "github.com/dexon-foundation/dexon/ethstats" |