From 6d9ad7cfd8e572b0848a6e7903303e3607d2b274 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Thu, 15 Nov 2018 13:29:48 +0800 Subject: core: fix tests --- dex/config.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dex/config.go') diff --git a/dex/config.go b/dex/config.go index b6ce76992..924e18d53 100644 --- a/dex/config.go +++ b/dex/config.go @@ -48,9 +48,6 @@ var DefaultConfig = Config{ }, BlockProposerEnabled: false, DefaultGasPrice: big.NewInt(params.GWei), - GasFloor: 80000000, - GasCeil: 80000000, - GasLimitTolerance: 1000000, } func init() { @@ -96,10 +93,7 @@ type Config struct { TrieTimeout time.Duration // For calculate gas limit - DefaultGasPrice *big.Int - GasFloor uint64 - GasCeil uint64 - GasLimitTolerance uint64 + DefaultGasPrice *big.Int // Transaction pool options TxPool core.TxPoolConfig -- cgit v1.2.3