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 21:32:53 +0800 |
commit | 426fdd07f71aea7de2fe8ca010f17afaf774c047 (patch) | |
tree | aca084fa9b6ddc96e337c66074586e403a734a6a /dex/api_backend.go | |
parent | 872a05bada57df6ef8b17f7791e584b860dd5bdc (diff) | |
download | go-tangerine-426fdd07f71aea7de2fe8ca010f17afaf774c047.tar go-tangerine-426fdd07f71aea7de2fe8ca010f17afaf774c047.tar.gz go-tangerine-426fdd07f71aea7de2fe8ca010f17afaf774c047.tar.bz2 go-tangerine-426fdd07f71aea7de2fe8ca010f17afaf774c047.tar.lz go-tangerine-426fdd07f71aea7de2fe8ca010f17afaf774c047.tar.xz go-tangerine-426fdd07f71aea7de2fe8ca010f17afaf774c047.tar.zst go-tangerine-426fdd07f71aea7de2fe8ca010f17afaf774c047.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 'dex/api_backend.go')
-rw-r--r-- | dex/api_backend.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/api_backend.go b/dex/api_backend.go index d8d52974d..c6c1d214d 100644 --- a/dex/api_backend.go +++ b/dex/api_backend.go @@ -29,8 +29,8 @@ import ( "github.com/dexon-foundation/dexon/core/state" "github.com/dexon-foundation/dexon/core/types" "github.com/dexon-foundation/dexon/core/vm" - "github.com/dexon-foundation/dexon/dex/gasprice" "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/event" |