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@byzantine-lab.io>2019-06-12 17:23:38 +0800
commit8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c (patch)
treeffd0f2502ae454674b64febff67dca7754fa142f /dex/config.go
parent4a131ffec89a8229d2b661eb8e6ebd4ec292baf2 (diff)
downloadgo-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.gz
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.bz2
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.lz
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.xz
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.zst
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.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.