aboutsummaryrefslogtreecommitdiffstats
path: root/dex/sync.go
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2018-11-09 14:49:23 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:53 +0800
commita31ae3fde50d3402e838483c985dbe50d753b48c (patch)
treebd58f09231948a732bb23db753ca83605f85bffe /dex/sync.go
parent089257a3da86184c66f666ff8e119e1ca7850357 (diff)
downloaddexon-a31ae3fde50d3402e838483c985dbe50d753b48c.tar.gz
dexon-a31ae3fde50d3402e838483c985dbe50d753b48c.tar.zst
dexon-a31ae3fde50d3402e838483c985dbe50d753b48c.zip
dex: use dex/downloader in dex
To compatible with ethereum code base, make Downloader a interface in internal/ethapi
Diffstat (limited to 'dex/sync.go')
-rw-r--r--dex/sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/sync.go b/dex/sync.go
index 5af6076bc..b6a8035d4 100644
--- a/dex/sync.go
+++ b/dex/sync.go
@@ -23,7 +23,7 @@ import (
"github.com/dexon-foundation/dexon/common"
"github.com/dexon-foundation/dexon/core/types"
- "github.com/dexon-foundation/dexon/eth/downloader"
+ "github.com/dexon-foundation/dexon/dex/downloader"
"github.com/dexon-foundation/dexon/log"
"github.com/dexon-foundation/dexon/p2p/enode"
)
-04-07 16:09:01 +0800'>2021-04-071-1/+0 * Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0 * - Add LICENSEDmitry Marakasov2018-08-011-0/+3 * Switch some MASTER_SITES from http/ftp to https.Mathieu Arnold2018-02-271-1/+1 * ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1 * Add a new keywork xmlcatmgrBaptiste Daroussin2016-05-252-7/+3 * Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2 * Cleanup plistAntoine Brodin2014-11-161-10/+0 * textproc/docbook-sgml: explicitly use ${TAR} for extractionJohn Marino2014-05-291-1/+1 * Also bump PORTREVISION to have repaired catalogs installed.Matthias Andree2014-02-201-0/+1 * Fix catalog generation to unbreak textproc/docbook-utils build.Matthias Andree2014-02-201-1/+1 * Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-194-0/+223