diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-14 15:34:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | 61c27beb30c6b8919e3f83bee490bc75426dfa48 (patch) | |
tree | 18ce161eb3e58a2698abcf2d0c5b286c6ce9a9d9 /cmd | |
parent | db3df912de04a426b0d03eb7dac20f1c4a18d594 (diff) | |
download | dexon-61c27beb30c6b8919e3f83bee490bc75426dfa48.tar dexon-61c27beb30c6b8919e3f83bee490bc75426dfa48.tar.gz dexon-61c27beb30c6b8919e3f83bee490bc75426dfa48.tar.bz2 dexon-61c27beb30c6b8919e3f83bee490bc75426dfa48.tar.lz dexon-61c27beb30c6b8919e3f83bee490bc75426dfa48.tar.xz dexon-61c27beb30c6b8919e3f83bee490bc75426dfa48.tar.zst dexon-61c27beb30c6b8919e3f83bee490bc75426dfa48.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 cf81cbf00..4ba319af0 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" |