diff options
Diffstat (limited to 'dex/protocol_test.go')
-rw-r--r-- | dex/protocol_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dex/protocol_test.go b/dex/protocol_test.go index 605cd0dec..bd0a77dfa 100644 --- a/dex/protocol_test.go +++ b/dex/protocol_test.go @@ -24,11 +24,11 @@ import ( "testing" "time" - coreCommon "github.com/byzantine-lab/dexon-consensus/common" - coreCrypto "github.com/byzantine-lab/dexon-consensus/core/crypto" - "github.com/byzantine-lab/dexon-consensus/core/crypto/dkg" - coreTypes "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" + coreCrypto "github.com/tangerine-network/tangerine-consensus/core/crypto" + "github.com/tangerine-network/tangerine-consensus/core/crypto/dkg" + 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" |