mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-23 16:30:52 +00:00
More bugfixes.
This commit is contained in:
@@ -28,7 +28,11 @@ bool LedgerMaster::addHeldTransaction(Transaction::pointer transaction)
|
||||
{
|
||||
boost::recursive_mutex::scoped_lock ml(mLock);
|
||||
if(!mHeldTransactionsByID[transaction->getID()])
|
||||
{
|
||||
mHeldTransactionsByID[transaction->getID()]=transaction;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void LedgerMaster::pushLedger(Ledger::pointer newLedger)
|
||||
|
||||
Reference in New Issue
Block a user