mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
A few more fixes.
This commit is contained in:
@@ -257,12 +257,15 @@ void InboundLedgers::gotFetchPack (Job&)
|
||||
acquires.push_back (it.second);
|
||||
}
|
||||
|
||||
bool progress = false;
|
||||
BOOST_FOREACH (const InboundLedger::pointer & acquire, acquires)
|
||||
{
|
||||
acquire->checkLocal ();
|
||||
if (acquire->checkLocal ())
|
||||
progress = true;
|
||||
}
|
||||
|
||||
getApp().getLedgerMaster().tryAdvance();
|
||||
if (progress)
|
||||
getApp().getLedgerMaster().tryAdvance();
|
||||
}
|
||||
|
||||
void InboundLedgers::clearFailures ()
|
||||
|
||||
Reference in New Issue
Block a user