GasData changes & removed min gas price
This commit is contained in:
@ -177,7 +177,6 @@ func (self *Miner) mine() {
|
||||
chainMan = self.eth.ChainManager()
|
||||
block = chainMan.NewBlock(self.Coinbase)
|
||||
)
|
||||
block.MinGasPrice = self.MinAcceptedGasPrice
|
||||
|
||||
// Apply uncles
|
||||
if len(self.uncles) > 0 {
|
||||
|
Reference in New Issue
Block a user