aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-14 15:34:45 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:18 +0800
commit281bf328e19274e21416ecbbc5c01f6243c1ad6f (patch)
treee7a0582667f204eb69c3b46900c4eea3f912ec1d /cmd
parent6e314a141774a54710e797720319ab92ceeff93b (diff)
downloadgo-tangerine-281bf328e19274e21416ecbbc5c01f6243c1ad6f.tar
go-tangerine-281bf328e19274e21416ecbbc5c01f6243c1ad6f.tar.gz
go-tangerine-281bf328e19274e21416ecbbc5c01f6243c1ad6f.tar.bz2
go-tangerine-281bf328e19274e21416ecbbc5c01f6243c1ad6f.tar.lz
go-tangerine-281bf328e19274e21416ecbbc5c01f6243c1ad6f.tar.xz
go-tangerine-281bf328e19274e21416ecbbc5c01f6243c1ad6f.tar.zst
go-tangerine-281bf328e19274e21416ecbbc5c01f6243c1ad6f.zip
dex: remove gasprice package and use eth/gasprice instead
We did not change anything in eth/gasprice, don't copy it into dex.
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 feb304706..0ea9761d2 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"