diff options
Diffstat (limited to 'dex/app.go')
-rw-r--r-- | dex/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |