good morning!!!!

Skip to content
Snippets Groups Projects
Commit 48135657 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

miner: show error message for gas limit per account

parent d7bab216
No related branches found
No related tags found
No related merge requests found
...@@ -290,8 +290,8 @@ func (self *worker) commitNewWork() { ...@@ -290,8 +290,8 @@ func (self *worker) commitNewWork() {
// ignore the transactor so no nonce errors will be thrown for this account // 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. // next time the worker is run, they'll be picked up again.
ignoredTransactors.Add(from) 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: default:
tcount++ tcount++
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment