aboutsummaryrefslogtreecommitdiffstats
path: root/dex/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/app.go')
-rw-r--r--dex/app.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/dex/app.go b/dex/app.go
index 06b5a5381..1e97c4859 100644
--- a/dex/app.go
+++ b/dex/app.go
@@ -20,11 +20,12 @@ package dex
import (
"bytes"
"fmt"
- "github.com/dexon-foundation/dexon/log"
"math/big"
"sync"
"time"
+ "github.com/dexon-foundation/dexon/log"
+
coreCommon "github.com/dexon-foundation/dexon-consensus-core/common"
coreTypes "github.com/dexon-foundation/dexon-consensus-core/core/types"