aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-10-12 17:55:45 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commit5e903d50fc81c5a9ac40546baee3559cce3d01df (patch)
tree56108b51780786151f79b530fd40d88a12f0d1f8 /cmd/utils
parentcb49d3ced400076fb5d58b98c5e33edece2aa2d4 (diff)
downloaddexon-5e903d50fc81c5a9ac40546baee3559cce3d01df.tar
dexon-5e903d50fc81c5a9ac40546baee3559cce3d01df.tar.gz
dexon-5e903d50fc81c5a9ac40546baee3559cce3d01df.tar.bz2
dexon-5e903d50fc81c5a9ac40546baee3559cce3d01df.tar.lz
dexon-5e903d50fc81c5a9ac40546baee3559cce3d01df.tar.xz
dexon-5e903d50fc81c5a9ac40546baee3559cce3d01df.tar.zst
dexon-5e903d50fc81c5a9ac40546baee3559cce3d01df.zip
dex: implement some governance interface functions
Diffstat (limited to 'cmd/utils')
-rw-r--r--cmd/utils/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go
index f22859245..406649527 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"