From a2f23ca9b181fa4409fdee3076316f3127038b9b Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Tue, 16 May 2017 22:07:27 +0300 Subject: cmd, core, eth, miner: remove txpool gas price limits (#14442) --- miner/miner.go | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'miner/miner.go') diff --git a/miner/miner.go b/miner/miner.go index 453fff04d..fec0a40f5 100644 --- a/miner/miner.go +++ b/miner/miner.go @@ -19,7 +19,6 @@ package miner import ( "fmt" - "math/big" "sync/atomic" "github.com/ethereum/go-ethereum/accounts" @@ -104,18 +103,6 @@ out: } } -func (m *Miner) GasPrice() *big.Int { - return new(big.Int).Set(m.worker.gasPrice) -} - -func (m *Miner) SetGasPrice(price *big.Int) { - // FIXME block tests set a nil gas price. Quick dirty fix - if price == nil { - return - } - m.worker.setGasPrice(price) -} - func (self *Miner) Start(coinbase common.Address) { atomic.StoreInt32(&self.shouldStart, 1) self.worker.setEtherbase(coinbase) -- cgit class='logo' rowspan='2'>cgit logo index : freebsd-ports
FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/news/inn
Commit message (Expand)AuthorAgeFilesLines
* news/inn: unbreak with libresslfluffy2020-02-171-0/+20
* news/inn: fix typokbowling2019-12-081-1/+1
* news/inn: Add support for embedded Pythonkbowling2019-12-071-3/+10
* news/inn: Update to 2.6.3 and fix rnewskbowling2019-11-113-8/+7
* news/inn: Take maintainerkbowling2019-11-061-1/+1
* Returns johans's ports to the pool after safekeeping his commit bit.rene2019-11-051-1/+1
* Drop the ipv6 virtual category for n* category as it is not relevant anymorebapt2019-10-091-1/+1
* Add EXAMPLES options to ports that should have one.mat2018-09-101-1/+1