forked from cerc-io/plugeth
space in miner logging message
This commit is contained in:
parent
a243e3b858
commit
782f780476
@ -159,7 +159,7 @@ func (self *Miner) mineNewBlock() {
|
||||
|
||||
self.block.State().Update()
|
||||
|
||||
logger.Infoln("Mining on block. Includes", len(self.txs), "transactions")
|
||||
logger.Infof("Mining on block. Includes %v transactions", len(self.txs))
|
||||
|
||||
// Find a valid nonce
|
||||
self.block.Nonce = self.pow.Search(self.block, self.powQuitChan)
|
||||
|
Loading…
Reference in New Issue
Block a user