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 13:49:52 +0800 |
commit | 9dd84a80d840091ed949512543aea6e262c96b6d (patch) | |
tree | 891e4dd41e97cc29482ad1483fa7e9091add77b7 /cmd | |
parent | d921f26d6e960e7dc604abe82465209a6bcaca89 (diff) | |
download | dexon-9dd84a80d840091ed949512543aea6e262c96b6d.tar.gz dexon-9dd84a80d840091ed949512543aea6e262c96b6d.tar.zst dexon-9dd84a80d840091ed949512543aea6e262c96b6d.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" |