Cleanups.

This commit is contained in:
JoelKatz
2013-02-09 15:34:43 -08:00
parent 4496e5cde0
commit 79cbb0eea0
2 changed files with 8 additions and 4 deletions

View File

@@ -1009,7 +1009,11 @@ bool LedgerConsensus::peerPosition(const LedgerProposal::pointer& newPosition)
it.second->setVote(peerID, set->hasItem(it.first));
}
else
cLog(lsDEBUG) << "Don't have that tx set";
{
cLog(lsDEBUG) << "Don't have tx set for peer";
// BOOST_FOREACH(u256_lct_pair& it, mDisputes)
// it.second->unVote(peerID);
}
return true;
}