aboutsummaryrefslogtreecommitdiffstats
path: root/dex/config.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-10-12 17:55:45 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:49 +0800
commite21a3a274283d3a145f0750fef0b427eaa988642 (patch)
tree5492ee7f6fe7d923d6daeba784f73ffcde777e71 /dex/config.go
parent139b719ec39da205841c857b865a340f370bafb2 (diff)
downloaddexon-e21a3a274283d3a145f0750fef0b427eaa988642.tar
dexon-e21a3a274283d3a145f0750fef0b427eaa988642.tar.gz
dexon-e21a3a274283d3a145f0750fef0b427eaa988642.tar.bz2
dexon-e21a3a274283d3a145f0750fef0b427eaa988642.tar.lz
dexon-e21a3a274283d3a145f0750fef0b427eaa988642.tar.xz
dexon-e21a3a274283d3a145f0750fef0b427eaa988642.tar.zst
dexon-e21a3a274283d3a145f0750fef0b427eaa988642.zip
dex: implement some governance interface functions
Diffstat (limited to 'dex/config.go')
-rw-r--r--dex/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/config.go b/dex/config.go
index 75afb4b7f..df5babc73 100644
--- a/dex/config.go
+++ b/dex/config.go
@@ -26,8 +26,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.