fix common.Hash conversion

This commit is contained in:
zelig
2015-03-19 23:33:52 +00:00
parent 8987750a36
commit d7564a9a25
3 changed files with 5 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ func (self *section) addSectionToBlockChain(p *peer) {
break
}
self.poolRootIndex--
keys = append(keys, node.hash.Str())
keys = append(keys, n.hash.Str())
blocks = append(blocks, block)
nodes = append(nodes, n)
}