core, miner: tx pool drops txs below ask price

This commit is contained in:
obscuren
2015-06-15 11:33:08 +02:00
parent 6f5c6150b7
commit 6d817e16c1
4 changed files with 23 additions and 6 deletions

View File

@ -77,7 +77,7 @@ func (m *Miner) SetGasPrice(price *big.Int) {
return
}
m.worker.gasPrice = price
m.worker.setGasPrice(price)
}
func (self *Miner) Start(coinbase common.Address, threads int) {