diff options
Diffstat (limited to 'dex/cache.go')
-rw-r--r-- | dex/cache.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dex/cache.go b/dex/cache.go index a8d246eec..aeabf72f8 100644 --- a/dex/cache.go +++ b/dex/cache.go @@ -20,9 +20,9 @@ package dex import ( "sync" - coreCommon "github.com/byzantine-lab/dexon-consensus/common" - 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" + coreDb "github.com/tangerine-network/tangerine-consensus/core/db" + coreTypes "github.com/tangerine-network/tangerine-consensus/core/types" ) type voteKey struct { |