aboutsummaryrefslogtreecommitdiffstats
path: root/dex/peer.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-02 12:04:20 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:52 +0800
commit8e367a13fe30a6a63880ef4d031b7f6c153cf5f0 (patch)
treea88f84c84b735c95fb22f03e3207a085d6edf36a /dex/peer.go
parentb1172dab3b91335729325f3effe48688418129d1 (diff)
downloaddexon-8e367a13fe30a6a63880ef4d031b7f6c153cf5f0.tar
dexon-8e367a13fe30a6a63880ef4d031b7f6c153cf5f0.tar.gz
dexon-8e367a13fe30a6a63880ef4d031b7f6c153cf5f0.tar.bz2
dexon-8e367a13fe30a6a63880ef4d031b7f6c153cf5f0.tar.lz
dexon-8e367a13fe30a6a63880ef4d031b7f6c153cf5f0.tar.xz
dexon-8e367a13fe30a6a63880ef4d031b7f6c153cf5f0.tar.zst
dexon-8e367a13fe30a6a63880ef4d031b7f6c153cf5f0.zip
Rename import due to dexon-consensus rename
Diffstat (limited to 'dex/peer.go')
-rw-r--r--dex/peer.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/dex/peer.go b/dex/peer.go
index 2fe8cac08..b350412f3 100644
--- a/dex/peer.go
+++ b/dex/peer.go
@@ -24,9 +24,9 @@ import (
"time"
mapset "github.com/deckarep/golang-set"
- coreCommon "github.com/dexon-foundation/dexon-consensus-core/common"
- coreTypes "github.com/dexon-foundation/dexon-consensus-core/core/types"
- dkgTypes "github.com/dexon-foundation/dexon-consensus-core/core/types/dkg"
+ coreCommon "github.com/dexon-foundation/dexon-consensus/common"
+ coreTypes "github.com/dexon-foundation/dexon-consensus/core/types"
+ dkgTypes "github.com/dexon-foundation/dexon-consensus/core/types/dkg"
"github.com/dexon-foundation/dexon/common"
"github.com/dexon-foundation/dexon/core/types"