From 11610f8f10e8ebfcb5971f449482f6c2c67792e9 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 26 Sep 2018 10:48:31 +0800 Subject: Change import go github.com/dexon-foundation/dexon --- les/sync.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'les/sync.go') diff --git a/les/sync.go b/les/sync.go index 1ac645585..42afb3933 100644 --- a/les/sync.go +++ b/les/sync.go @@ -20,9 +20,9 @@ import ( "context" "time" - "github.com/ethereum/go-ethereum/core/rawdb" - "github.com/ethereum/go-ethereum/eth/downloader" - "github.com/ethereum/go-ethereum/light" + "github.com/dexon-foundation/dexon/core/rawdb" + "github.com/dexon-foundation/dexon/eth/downloader" + "github.com/dexon-foundation/dexon/light" ) // syncer is responsible for periodically synchronising with the network, both -- cgit v1.2.3