Revert "Cleanup transaction set sync map creation."

This reverts commit de8288d4d5.
This commit is contained in:
JoelKatz
2012-09-13 15:23:55 -07:00
parent de8288d4d5
commit ec2dded961
3 changed files with 15 additions and 10 deletions

View File

@@ -712,6 +712,12 @@ bool NetworkOPs::hasTXSet(const boost::shared_ptr<Peer>& peer, const uint256& se
return mConsensus->peerHasSet(peer, set, status);
}
void NetworkOPs::mapComplete(const uint256& hash, const SHAMap::pointer& map)
{
if (mConsensus)
mConsensus->mapComplete(hash, map, true);
}
void NetworkOPs::endConsensus(bool correctLCL)
{
uint256 deadLedger = theApp->getMasterLedger().getClosedLedger()->getParentHash();