diff options
Diffstat (limited to 'dex/config.go')
-rw-r--r-- | dex/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/config.go b/dex/config.go index 5a43496ab..f7937f390 100644 --- a/dex/config.go +++ b/dex/config.go @@ -25,8 +25,8 @@ import ( "github.com/dexon-foundation/dexon/consensus/dexcon" "github.com/dexon-foundation/dexon/core" + "github.com/dexon-foundation/dexon/dex/gasprice" "github.com/dexon-foundation/dexon/eth/downloader" - "github.com/dexon-foundation/dexon/eth/gasprice" ) // DefaultConfig contains default settings for use on the Ethereum main net. |