mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-09 01:26:36 +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})
|
self.mux.Post(core.NewMinedBlockEvent{block})
|
||||||
|
|
||||||
minerlogger.Infof("ð¨#%v", block.Number())
|
minerlogger.Infof("🔨 Mined block #%v", block.Number())
|
||||||
|
|
||||||
jsonlogger.LogJson(&logger.EthMinerNewBlock{
|
jsonlogger.LogJson(&logger.EthMinerNewBlock{
|
||||||
BlockHash: block.Hash().Hex(),
|
BlockHash: block.Hash().Hex(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue