Clean up some logging that was confusing.

This commit is contained in:
JoelKatz
2012-06-18 21:12:35 -07:00
parent e5249dd585
commit ea837ff819
3 changed files with 10 additions and 9 deletions

View File

@@ -541,7 +541,7 @@ bool NetworkOPs::hasTXSet(boost::shared_ptr<Peer> peer, const uint256& set, newc
void NetworkOPs::mapComplete(const uint256& hash, SHAMap::pointer map)
{
if (mConsensus)
mConsensus->mapComplete(hash, map);
mConsensus->mapComplete(hash, map, true);
}
void NetworkOPs::endConsensus()