mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Fix a deadlock when a transaction acquire set times out.
This commit is contained in:
@@ -138,7 +138,7 @@ bool InboundLedger::tryLocal ()
|
||||
return mComplete;
|
||||
}
|
||||
|
||||
void InboundLedger::onTimer (bool progress)
|
||||
void InboundLedger::onTimer (bool progress, boost::recursive_mutex::scoped_lock&)
|
||||
{
|
||||
mRecentTXNodes.clear ();
|
||||
mRecentASNodes.clear ();
|
||||
|
||||
Reference in New Issue
Block a user