diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-12 17:55:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:23:38 +0800 |
commit | 8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c (patch) | |
tree | ffd0f2502ae454674b64febff67dca7754fa142f /dex/config.go | |
parent | 4a131ffec89a8229d2b661eb8e6ebd4ec292baf2 (diff) | |
download | go-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.go | 2 |
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. |