Revert "Merge branch 'master' of github.com:jedmccaleb/NewCoin"

This reverts commit 72e5078de7, reversing
changes made to cfc8f8c052.
This commit is contained in:
JoelKatz
2013-05-26 15:50:21 -07:00
parent 72e5078de7
commit 5b741ac87c
8 changed files with 11 additions and 20 deletions

View File

@@ -260,6 +260,7 @@ SHAMapTreeNode* SHAMap::getNodePointer(const SHAMapNode& id, const uint256& hash
}
}
void SHAMap::returnNode(SHAMapTreeNode::pointer& node, bool modify)
{ // make sure the node is suitable for the intended operation (copy on write)
assert(node->isValid());