aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol_test.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>2018-12-19 20:54:27 +0800
commit1894ad3b915a28be657c6f760b3ad089507da66c (patch)
treebec363c67a6e00395ec4fd9490f882c1f0c38135 /dex/protocol_test.go
parent8ac4cbab66208e0b41f510528633d5ec6768baca (diff)
downloaddexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar
dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.gz
dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.bz2
dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.lz
dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.xz
dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.zst
dexon-1894ad3b915a28be657c6f760b3ad089507da66c.zip
Rename import due to dexon-consensus rename
Diffstat (limited to 'dex/protocol_test.go')
-rw-r--r--dex/protocol_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/dex/protocol_test.go b/dex/protocol_test.go
index 55d7abc69..2e9ba3470 100644
--- a/dex/protocol_test.go
+++ b/dex/protocol_test.go
@@ -23,11 +23,11 @@ import (
"testing"
"time"
- coreCommon "github.com/dexon-foundation/dexon-consensus-core/common"
- coreCrypto "github.com/dexon-foundation/dexon-consensus-core/core/crypto"
- "github.com/dexon-foundation/dexon-consensus-core/core/crypto/dkg"
- 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"
+ coreCrypto "github.com/dexon-foundation/dexon-consensus/core/crypto"
+ "github.com/dexon-foundation/dexon-consensus/core/crypto/dkg"
+ 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"