aboutsummaryrefslogtreecommitdiffstats
path: root/dex/app_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/app_test.go')
-rw-r--r--dex/app_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/dex/app_test.go b/dex/app_test.go
index a62d9001f..7b1bdde79 100644
--- a/dex/app_test.go
+++ b/dex/app_test.go
@@ -10,10 +10,6 @@ import (
"testing"
"time"
- coreCommon "github.com/dexon-foundation/dexon-consensus/common"
- coreCrypto "github.com/dexon-foundation/dexon-consensus/core/crypto"
- coreEcdsa "github.com/dexon-foundation/dexon-consensus/core/crypto/ecdsa"
- coreTypes "github.com/dexon-foundation/dexon-consensus/core/types"
"github.com/dexon-foundation/dexon/common"
"github.com/dexon-foundation/dexon/common/math"
"github.com/dexon-foundation/dexon/consensus/dexcon"
@@ -22,6 +18,10 @@ import (
"github.com/dexon-foundation/dexon/core/types"
"github.com/dexon-foundation/dexon/core/vm"
"github.com/dexon-foundation/dexon/crypto"
+ coreCommon "github.com/dexon-foundation/dexon/dex/consensus/common"
+ coreCrypto "github.com/dexon-foundation/dexon/dex/consensus/core/crypto"
+ coreEcdsa "github.com/dexon-foundation/dexon/dex/consensus/core/crypto/ecdsa"
+ coreTypes "github.com/dexon-foundation/dexon/dex/consensus/core/types"
"github.com/dexon-foundation/dexon/ethdb"
"github.com/dexon-foundation/dexon/event"
"github.com/dexon-foundation/dexon/rlp"