diff options
Diffstat (limited to 'les/sync.go')
-rw-r--r-- | les/sync.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 |