diff options
author | Sonic <sonic@dexon.org> | 2019-05-08 17:05:04 +0800 |
---|---|---|
committer | Sonic <sonic@dexon.org> | 2019-05-08 17:05:04 +0800 |
commit | 53db7e5a2ae7eb85fa5a2fc412d5746ef6f0f583 (patch) | |
tree | 3b347dcddd84f986398458d9ddea6f8b77523290 /lds/backend.go | |
parent | b6c2c72d553e4680259fc8d05b0bcf9f4d0d4b58 (diff) | |
download | dexon-53db7e5a2ae7eb85fa5a2fc412d5746ef6f0f583.tar dexon-53db7e5a2ae7eb85fa5a2fc412d5746ef6f0f583.tar.gz dexon-53db7e5a2ae7eb85fa5a2fc412d5746ef6f0f583.tar.bz2 dexon-53db7e5a2ae7eb85fa5a2fc412d5746ef6f0f583.tar.lz dexon-53db7e5a2ae7eb85fa5a2fc412d5746ef6f0f583.tar.xz dexon-53db7e5a2ae7eb85fa5a2fc412d5746ef6f0f583.tar.zst dexon-53db7e5a2ae7eb85fa5a2fc412d5746ef6f0f583.zip |
lds: replace eth/downloader with dex/downloader
Diffstat (limited to 'lds/backend.go')
-rw-r--r-- | lds/backend.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lds/backend.go b/lds/backend.go index 3fa033b91..6289f2233 100644 --- a/lds/backend.go +++ b/lds/backend.go @@ -32,7 +32,7 @@ import ( "github.com/dexon-foundation/dexon/core/rawdb" "github.com/dexon-foundation/dexon/core/types" "github.com/dexon-foundation/dexon/dex" - "github.com/dexon-foundation/dexon/eth/downloader" + "github.com/dexon-foundation/dexon/dex/downloader" "github.com/dexon-foundation/dexon/eth/filters" "github.com/dexon-foundation/dexon/eth/gasprice" "github.com/dexon-foundation/dexon/event" |