aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-10-12 17:55:45 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:23:38 +0800
commit8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c (patch)
treeffd0f2502ae454674b64febff67dca7754fa142f /cmd
parent4a131ffec89a8229d2b661eb8e6ebd4ec292baf2 (diff)
downloadgo-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 'cmd')
-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 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"