Updates to support the new HaveTXSet message.

This commit is contained in:
JoelKatz
2012-06-07 12:26:12 -07:00
parent 6c49630bf6
commit 2f7beb970f
3 changed files with 12 additions and 13 deletions

View File

@@ -116,7 +116,7 @@ public:
bool gotTXData(boost::shared_ptr<Peer> peer, const uint256& hash,
const std::list<SHAMapNode>& nodeIDs, const std::list< std::vector<unsigned char> >& nodeData);
SHAMap::pointer getTXMap(const uint256& hash);
bool hasTXSet(boost::shared_ptr<Peer> peer, const std::vector<uint256>& sets);
bool hasTXSet(boost::shared_ptr<Peer> peer, const uint256& set, newcoin::TxSetStatus status);
void mapComplete(const uint256& hash, SHAMap::pointer map);
// network state machine