aboutsummaryrefslogtreecommitdiffstats
path: root/dex/cache_test.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-06-23 15:39:23 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:30 +0800
commite6f5201b178f40b516ffe7b98757df25f8aee028 (patch)
tree982d6281ac9670d0ad451ca6bbd0677488b52344 /dex/cache_test.go
parentf6e06ac35033f9e52b6b2e3ebfe623c23a39c338 (diff)
downloadgo-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar
go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.gz
go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.bz2
go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.lz
go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.xz
go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.zst
go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.zip
import: switch consensus core to gitlab.com/tangerine-network/tangerine-consensus
Diffstat (limited to 'dex/cache_test.go')
-rw-r--r--dex/cache_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/dex/cache_test.go b/dex/cache_test.go
index 64801db2d..f654bf009 100644
--- a/dex/cache_test.go
+++ b/dex/cache_test.go
@@ -24,9 +24,9 @@ import (
"strings"
"testing"
- 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 byHash []*coreTypes.Vote