info => debug

This commit is contained in:
obscuren
2015-04-02 12:58:17 +02:00
parent 0f3bf7ef4d
commit 3f4c1aaf01
3 changed files with 4 additions and 2 deletions

View File

@ -171,6 +171,8 @@ func (self *worker) wait() {
}
self.mux.Post(core.NewMinedBlockEvent{block})
minerlogger.Infof("ð”¨#%v", block.Number())
jsonlogger.LogJson(&logger.EthMinerNewBlock{
BlockHash: block.Hash().Hex(),
BlockNumber: block.Number(),