aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/downloader/types.go')
-rw-r--r--eth/downloader/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/downloader/types.go b/eth/downloader/types.go
index ff70bfa0e..d320b7590 100644
--- a/eth/downloader/types.go
+++ b/eth/downloader/types.go
@@ -19,7 +19,7 @@ package downloader
import (
"fmt"
- "github.com/ethereum/go-ethereum/core/types"
+ "github.com/dexon-foundation/dexon/core/types"
)
// peerDropFn is a callback type for dropping a peer detected as malicious.