This is probably what was causing all the trouble.

This commit is contained in:
JoelKatz
2013-01-09 10:29:34 -08:00
parent 714b3fb0d0
commit 07634b5168

View File

@@ -49,7 +49,7 @@ void SHAMap::getMissingNodes(std::vector<SHAMapNode>& nodeIDs, std::vector<uint2
{
SHAMapNode childID = node->getChildNodeID(branch);
const uint256& childHash = node->getChildHash(branch);
SHAMapTreeNode* d;
SHAMapTreeNode* d = NULL;
try
{
d = getNodePointer(childID, childHash);