Fix a deadlock when a transaction acquire set times out.

This commit is contained in:
JoelKatz
2013-07-22 04:00:24 -07:00
parent b428e94ce8
commit 6760f5efce
6 changed files with 19 additions and 15 deletions

View File

@@ -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 ();