aboutsummaryrefslogtreecommitdiffstats
path: root/dex/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/handler.go')
-rw-r--r--dex/handler.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/dex/handler.go b/dex/handler.go
index 2c849b8ee..6ef3c3359 100644
--- a/dex/handler.go
+++ b/dex/handler.go
@@ -45,11 +45,11 @@ import (
"sync/atomic"
"time"
- coreCommon "github.com/byzantine-lab/dexon-consensus/common"
- dexCore "github.com/byzantine-lab/dexon-consensus/core"
- coreCrypto "github.com/byzantine-lab/dexon-consensus/core/crypto"
- coreTypes "github.com/byzantine-lab/dexon-consensus/core/types"
- dkgTypes "github.com/byzantine-lab/dexon-consensus/core/types/dkg"
+ coreCommon "github.com/tangerine-network/tangerine-consensus/common"
+ dexCore "github.com/tangerine-network/tangerine-consensus/core"
+ coreCrypto "github.com/tangerine-network/tangerine-consensus/core/crypto"
+ coreTypes "github.com/tangerine-network/tangerine-consensus/core/types"
+ dkgTypes "github.com/tangerine-network/tangerine-consensus/core/types/dkg"
"github.com/tangerine-network/go-tangerine/common"
"github.com/tangerine-network/go-tangerine/consensus"