mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
ret
This commit is contained in:
parent
e323f0e831
commit
54f0f82dd1
1 changed files with 1 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ func (sm *BlockProcessor) VerifyUncles(statedb *state.StateDB, block, parent *ty
|
||||||
var branch string
|
var branch string
|
||||||
ancestors.Each(func(item interface{}) bool {
|
ancestors.Each(func(item interface{}) bool {
|
||||||
branch += fmt.Sprintf(" O - %x\n |\n", item.(common.Hash))
|
branch += fmt.Sprintf(" O - %x\n |\n", item.(common.Hash))
|
||||||
|
return true
|
||||||
})
|
})
|
||||||
branch += fmt.Sprintf(" O - %x\n |\n", block.Hash())
|
branch += fmt.Sprintf(" O - %x\n |\n", block.Hash())
|
||||||
glog.Infoln(branch)
|
glog.Infoln(branch)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue