Mark a WRITEME

This commit is contained in:
JoelKatz
2012-07-05 20:21:57 -07:00
parent 4b029d8b0f
commit 8d38f331a0

View File

@@ -296,7 +296,9 @@ SHAMapTreeNode::SHAMapTreeNode(const SHAMapNode& id, const std::vector<unsigned
}
else if (prefix == sHP_TransactionNode)
{
mItem = boost::make_shared<SHAMapItem>(s.getPrefixHash(sHP_TransactionNode), s.peekData());
uint256 txID; // WRITEME: Need code to extract transaction ID from TX+MD
assert(false);
mItem = boost::make_shared<SHAMapItem>(txID, s.peekData());
mType = tnTRANSACTION_MD;
}
else