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 8fbc53f82..fb8ffa46d 100644 --- a/dex/app.go +++ b/dex/app.go @@ -25,8 +25,8 @@ import ( "sync" "time" - coreCommon "github.com/byzantine-lab/dexon-consensus/common" - coreTypes "github.com/byzantine-lab/dexon-consensus/core/types" + coreCommon "github.com/tangerine-network/tangerine-consensus/common" + coreTypes "github.com/tangerine-network/tangerine-consensus/core/types" "github.com/tangerine-network/go-tangerine/common" "github.com/tangerine-network/go-tangerine/core" |