diff options
Diffstat (limited to 'dex/network.go')
-rw-r--r-- | dex/network.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dex/network.go b/dex/network.go index f4f18beb5..3a5a3e620 100644 --- a/dex/network.go +++ b/dex/network.go @@ -18,10 +18,10 @@ package dex import ( - coreCommon "github.com/byzantine-lab/dexon-consensus/common" - "github.com/byzantine-lab/dexon-consensus/core/crypto" - "github.com/byzantine-lab/dexon-consensus/core/types" - dkgTypes "github.com/byzantine-lab/dexon-consensus/core/types/dkg" + coreCommon "github.com/tangerine-network/tangerine-consensus/common" + "github.com/tangerine-network/tangerine-consensus/core/crypto" + "github.com/tangerine-network/tangerine-consensus/core/types" + dkgTypes "github.com/tangerine-network/tangerine-consensus/core/types/dkg" ) type DexconNetwork struct { |