core, miner: tx pool drops txs below ask price
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user