This commit is contained in:
JoelKatz
2012-10-04 12:53:38 -07:00
parent 414a44b6b5
commit 015ba9f24d

View File

@@ -794,8 +794,8 @@ void LedgerConsensus::startAcquiring(const TransactionAcquire::pointer& acquire)
std::vector<Peer::pointer> peerList = theApp->getConnectionPool().getPeerVector();
BOOST_FOREACH(Peer::ref peer, peerList)
{
if (peer->hasTxSet(acquire->getHash())
acquire->peerHash(peer);
if (peer->hasTxSet(acquire->getHash()))
acquire->peerHas(peer);
}
acquire->resetTimer();