Make this compile.

This commit is contained in:
JoelKatz
2012-08-03 03:22:00 -07:00
parent a202eb50d7
commit 7b44fffb27

View File

@@ -267,6 +267,7 @@ TransactionMetaNode& TransactionMetaSet::modifyNode(const uint256& node)
return mNodes.insert(std::make_pair(node, TransactionMetaNode(node))).first->second;
}
#if 0
void TransactionMetaSet::threadNode(const uint256& node, const uint256& prevTx, uint32 prevLgr)
{
modifyNode(node).thread(prevTx, prevLgr);
@@ -282,3 +283,4 @@ void TransactionMetaSet::deleteUnfunded(const uint256& nodeID,
else
node.addNode(new TMNEUnfunded(firstBalance, secondBalance));
}
#endif