This commit is contained in:
JoelKatz
2012-07-06 01:17:55 -07:00
parent 5f8f14d43b
commit 09a7eb094b
2 changed files with 3 additions and 3 deletions

View File

@@ -466,7 +466,7 @@ bool LedgerConsensus::updateOurPositions(int sinceClose)
}
if (it->second->getOurPosition()) // now a yes
{
ourPosition->addItem(SHAMapItem(it->first, it->second->peekTransaction()), true);
ourPosition->addItem(SHAMapItem(it->first, it->second->peekTransaction()), true, false);
addedTx.push_back(it->first);
}
else // now a no