Missing stubs.

This commit is contained in:
JoelKatz
2012-05-22 07:56:53 -07:00
parent 56a780e5c3
commit 00077bff16
2 changed files with 10 additions and 2 deletions

View File

@@ -419,3 +419,9 @@ SHAMap::pointer NetworkOPs::getTXMap(const uint256& hash)
{ // WRITEME
return SHAMap::pointer();
}
bool NetworkOPs::gotTXData(boost::shared_ptr<Peer> peer, const uint256& hash,
const std::list<SHAMapNode>& nodeIDs, const std::list< std::vector<unsigned char> >& nodeData)
{ // WRITEME
return true;
}