mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Put the old hammer back in <3
This commit is contained in:
parent
3f4c1aaf01
commit
60da9a1289
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ func (self *worker) wait() {
|
|||
}
|
||||
self.mux.Post(core.NewMinedBlockEvent{block})
|
||||
|
||||
minerlogger.Infof("ð¨#%v", block.Number())
|
||||
minerlogger.Infof("🔨 Mined block #%v", block.Number())
|
||||
|
||||
jsonlogger.LogJson(&logger.EthMinerNewBlock{
|
||||
BlockHash: block.Hash().Hex(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue