Commit 782f7804 authored by zelig's avatar zelig

space in miner logging message

parent a243e3b8
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment