diff --git a/core/block_processor.go b/core/block_processor.go index adba264c13..97ac4ce248 100644 --- a/core/block_processor.go +++ b/core/block_processor.go @@ -354,6 +354,7 @@ func (sm *BlockProcessor) VerifyUncles(statedb *state.StateDB, block, parent *ty var branch string ancestors.Each(func(item interface{}) bool { branch += fmt.Sprintf(" O - %x\n |\n", item.(common.Hash)) + return true }) branch += fmt.Sprintf(" O - %x\n |\n", block.Hash()) glog.Infoln(branch)