aboutsummaryrefslogtreecommitdiffstats
path: root/dex/db/db.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/db/db.go')
-rw-r--r--dex/db/db.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/dex/db/db.go b/dex/db/db.go
index c6479cd8c..2c87b4616 100644
--- a/dex/db/db.go
+++ b/dex/db/db.go
@@ -18,10 +18,10 @@
package db
import (
- coreCommon "github.com/byzantine-lab/dexon-consensus/common"
- coreDKG "github.com/byzantine-lab/dexon-consensus/core/crypto/dkg"
- coreDb "github.com/byzantine-lab/dexon-consensus/core/db"
- coreTypes "github.com/byzantine-lab/dexon-consensus/core/types"
+ coreCommon "github.com/tangerine-network/tangerine-consensus/common"
+ coreDKG "github.com/tangerine-network/tangerine-consensus/core/crypto/dkg"
+ coreDb "github.com/tangerine-network/tangerine-consensus/core/db"
+ coreTypes "github.com/tangerine-network/tangerine-consensus/core/types"
"github.com/tangerine-network/go-tangerine/common"
"github.com/tangerine-network/go-tangerine/core/rawdb"