mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-30 21:32:55 +00:00
Merge pull request #736 from frozeman/develop
add extra space to miner icon
This commit is contained in:
commit
7dc6c33873
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ func (self *worker) wait() {
|
||||||
}
|
}
|
||||||
self.mux.Post(core.NewMinedBlockEvent{block})
|
self.mux.Post(core.NewMinedBlockEvent{block})
|
||||||
|
|
||||||
glog.V(logger.Info).Infof("🔨 Mined block #%v", block.Number())
|
glog.V(logger.Info).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