obscuren %!s(int64=10) %!d(string=hai) anos
pai
achega
54f0f82dd1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      core/block_processor.go

+ 1 - 0
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)