miner: show error message for gas limit per account

This commit is contained in:
obscuren 2015-04-23 10:53:48 +02:00
parent d7bab21681
commit 48135657c4
1 changed files with 2 additions and 2 deletions

View File

@ -290,8 +290,8 @@ func (self *worker) commitNewWork() {
// ignore the transactor so no nonce errors will be thrown for this account
// next time the worker is run, they'll be picked up again.
ignoredTransactors.Add(from)
//glog.V(logger.Debug).Infof("Gas limit reached for block. %d TXs included in this block\n", i)
//break gasLimit
glog.V(logger.Detail).Infof("Gas limit reached for (%x) in this block. Continue to try smaller txs\n", from[:4])
default:
tcount++
}