mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
More fetch fixes.
This commit is contained in:
@@ -109,7 +109,7 @@ LedgerAcquire::LedgerAcquire(const uint256& hash, uint32 seq) : PeerSet(hash, LE
|
||||
void LedgerAcquire::checkLocal()
|
||||
{
|
||||
boost::recursive_mutex::scoped_lock sl(mLock);
|
||||
if (mComplete)
|
||||
if (isDone())
|
||||
return;
|
||||
|
||||
if (tryLocal())
|
||||
|
||||
Reference in New Issue
Block a user