From 54f0f82dd13f7faed68ab3a781df97a62b7d15d4 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 18 May 2015 10:14:48 +0200 Subject: [PATCH] ret --- core/block_processor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/block_processor.go b/core/block_processor.go index adba264c1..97ac4ce24 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)