From d056357e4999c6c70c8b8e85a9e4f533895ed6c2 Mon Sep 17 00:00:00 2001
From: Wei-Ning Huang <w@cobinhood.com>
Date: Wed, 26 Sep 2018 10:48:31 +0800
Subject: Change import go github.com/dexon-foundation/dexon

---
 dex/app.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'dex/app.go')

diff --git a/dex/app.go b/dex/app.go
index 21857f3c6..ab807e644 100644
--- a/dex/app.go
+++ b/dex/app.go
@@ -20,7 +20,7 @@ package dex
 import (
 	"github.com/dexon-foundation/dexon-consensus-core/core/types"
 
-	"github.com/ethereum/go-ethereum/core"
+	"github.com/dexon-foundation/dexon/core"
 )
 
 // DexconApp implementes the DEXON consensus core application interface.
-- 
cgit v1.2.3