GasData changes & removed min gas price

This commit is contained in:
obscuren
2014-11-28 20:47:24 +01:00
parent 4cd9d57bad
commit 61556ef01d
4 changed files with 29 additions and 28 deletions

View File

@ -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 {