Commit 54f0f82d authored by obscuren's avatar obscuren

ret

parent e323f0e8
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment