diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-14 15:34:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | a27488515c91066a30989b6c751d214544367a1a (patch) | |
tree | 1c8ec7495bac1b94bad084ef697938f2271c494f /cmd/utils | |
parent | a3c6aaef39c04adbd122e08698ea4ceeff30fa6a (diff) | |
download | dexon-a27488515c91066a30989b6c751d214544367a1a.tar dexon-a27488515c91066a30989b6c751d214544367a1a.tar.gz dexon-a27488515c91066a30989b6c751d214544367a1a.tar.bz2 dexon-a27488515c91066a30989b6c751d214544367a1a.tar.lz dexon-a27488515c91066a30989b6c751d214544367a1a.tar.xz dexon-a27488515c91066a30989b6c751d214544367a1a.tar.zst dexon-a27488515c91066a30989b6c751d214544367a1a.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/utils')
-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 d41f298e8..6a1d84869 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" |