diff options
Diffstat (limited to 'dex/app.go')
-rw-r--r-- | dex/app.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dex/app.go b/dex/app.go index 5a268a09d..af29baebb 100644 --- a/dex/app.go +++ b/dex/app.go @@ -25,8 +25,8 @@ import ( "sync" "time" - coreCommon "github.com/dexon-foundation/dexon-consensus/common" - coreTypes "github.com/dexon-foundation/dexon-consensus/core/types" + coreCommon "github.com/dexon-foundation/dexon/dex/consensus/common" + coreTypes "github.com/dexon-foundation/dexon/dex/consensus/core/types" "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/core" |