From 426fdd07f71aea7de2fe8ca010f17afaf774c047 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. --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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" -- cgit v1.2.3