diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-12 17:55:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:49 +0800 |
commit | e21a3a274283d3a145f0750fef0b427eaa988642 (patch) | |
tree | 5492ee7f6fe7d923d6daeba784f73ffcde777e71 /cmd | |
parent | 139b719ec39da205841c857b865a340f370bafb2 (diff) | |
download | dexon-e21a3a274283d3a145f0750fef0b427eaa988642.tar.gz dexon-e21a3a274283d3a145f0750fef0b427eaa988642.tar.zst dexon-e21a3a274283d3a145f0750fef0b427eaa988642.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 5d919a570..0bb0cfe57 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -41,9 +41,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" |