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 a9a952f2f..9b7eb058c 100644 --- a/dex/peer.go +++ b/dex/peer.go @@ -40,10 +40,10 @@ import ( "sync" "time" - coreCommon "github.com/byzantine-lab/dexon-consensus/common" - coreTypes "github.com/byzantine-lab/dexon-consensus/core/types" - dkgTypes "github.com/byzantine-lab/dexon-consensus/core/types/dkg" mapset "github.com/deckarep/golang-set" + coreCommon "github.com/tangerine-network/tangerine-consensus/common" + coreTypes "github.com/tangerine-network/tangerine-consensus/core/types" + dkgTypes "github.com/tangerine-network/tangerine-consensus/core/types/dkg" "github.com/tangerine-network/go-tangerine/common" "github.com/tangerine-network/go-tangerine/core/types" |