Cleanup transaction set sync map creation.

Remove a passthrough to NetworkOPs that doesn't make much sense.
This commit is contained in:
JoelKatz
2012-09-13 15:21:08 -07:00
parent 9cdcf50c07
commit de8288d4d5
3 changed files with 10 additions and 15 deletions

View File

@@ -171,7 +171,6 @@ public:
bool recvValidation(const SerializedValidation::pointer& val);
SHAMap::pointer getTXMap(const uint256& hash);
bool hasTXSet(const boost::shared_ptr<Peer>& peer, const uint256& set, newcoin::TxSetStatus status);
void mapComplete(const uint256& hash, const SHAMap::pointer& map);
// network state machine
void checkState(const boost::system::error_code& result);