good morning!!!!

Skip to content
Snippets Groups Projects
Commit 54f0f82d authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

ret

parent e323f0e8
Branches
Tags
No related merge requests found
...@@ -354,6 +354,7 @@ func (sm *BlockProcessor) VerifyUncles(statedb *state.StateDB, block, parent *ty ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment