mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
CC work.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user