diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-12 17:55:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | fef27de8faee41564d1b8beee77a426972b950fd (patch) | |
tree | 283bc4625ff24405179be03eb8b0a89c92941e52 /cmd | |
parent | 1f995d3b7eaa8d15203b8b754542f5665ff98615 (diff) | |
download | dexon-fef27de8faee41564d1b8beee77a426972b950fd.tar dexon-fef27de8faee41564d1b8beee77a426972b950fd.tar.gz dexon-fef27de8faee41564d1b8beee77a426972b950fd.tar.bz2 dexon-fef27de8faee41564d1b8beee77a426972b950fd.tar.lz dexon-fef27de8faee41564d1b8beee77a426972b950fd.tar.xz dexon-fef27de8faee41564d1b8beee77a426972b950fd.tar.zst dexon-fef27de8faee41564d1b8beee77a426972b950fd.zip |
dex: implement some governance interface functions
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/utils/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 03ae8e663..c116bdce0 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -40,9 +40,9 @@ import ( "github.com/dexon-foundation/dexon/crypto" "github.com/dexon-foundation/dexon/dashboard" "github.com/dexon-foundation/dexon/dex" + "github.com/dexon-foundation/dexon/dex/gasprice" "github.com/dexon-foundation/dexon/eth" "github.com/dexon-foundation/dexon/eth/downloader" - "github.com/dexon-foundation/dexon/eth/gasprice" "github.com/dexon-foundation/dexon/ethdb" "github.com/dexon-foundation/dexon/ethstats" "github.com/dexon-foundation/dexon/les" |