diff options
Diffstat (limited to 'dex/peer.go')
-rw-r--r-- | dex/peer.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dex/peer.go b/dex/peer.go index 68576564f..b90b16a53 100644 --- a/dex/peer.go +++ b/dex/peer.go @@ -41,9 +41,9 @@ import ( "time" mapset "github.com/deckarep/golang-set" - 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" + coreCommon "github.com/dexon-foundation/dexon/dex/consensus/common" + coreTypes "github.com/dexon-foundation/dexon/dex/consensus/core/types" + dkgTypes "github.com/dexon-foundation/dexon/dex/consensus/core/types/dkg" "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/core/types" |