From a27488515c91066a30989b6c751d214544367a1a Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 14 Nov 2018 15:34:45 +0800 Subject: dex: remove gasprice package and use eth/gasprice instead We did not change anything in eth/gasprice, don't copy it into dex. --- dex/api_backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex/api_backend.go') diff --git a/dex/api_backend.go b/dex/api_backend.go index 172b4ec44..14969fd2a 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" -- cgit v1.2.3