diff options
Diffstat (limited to 'dex/downloader/api.go')
-rw-r--r-- | dex/downloader/api.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dex/downloader/api.go b/dex/downloader/api.go index 721818e75..806a3e65e 100644 --- a/dex/downloader/api.go +++ b/dex/downloader/api.go @@ -20,9 +20,9 @@ import ( "context" "sync" - ethereum "github.com/dexon-foundation/dexon" - "github.com/dexon-foundation/dexon/event" - "github.com/dexon-foundation/dexon/rpc" + ethereum "github.com/tangerine-network/go-tangerine" + "github.com/tangerine-network/go-tangerine/event" + "github.com/tangerine-network/go-tangerine/rpc" ) // PublicDownloaderAPI provides an API which gives information about the current synchronisation status. |