diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-14 15:34:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:49:57 +0800 |
commit | 370f20bdf73d99051ef89c411778f6a59634b133 (patch) | |
tree | 32f00fd43ae1cc4afdbdcf586caa06f7bc7bf731 /cmd | |
parent | 8f83635bec2fec06e19bb104a186691ecd2cf547 (diff) | |
download | dexon-370f20bdf73d99051ef89c411778f6a59634b133.tar dexon-370f20bdf73d99051ef89c411778f6a59634b133.tar.gz dexon-370f20bdf73d99051ef89c411778f6a59634b133.tar.bz2 dexon-370f20bdf73d99051ef89c411778f6a59634b133.tar.lz dexon-370f20bdf73d99051ef89c411778f6a59634b133.tar.xz dexon-370f20bdf73d99051ef89c411778f6a59634b133.tar.zst dexon-370f20bdf73d99051ef89c411778f6a59634b133.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.go | 2 |
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" |