process is no longer processing

This commit is contained in:
Aleric Inglewood
2012-07-17 19:27:14 +02:00
parent 900e533b4b
commit 64b968b262
6 changed files with 8 additions and 6 deletions

View File

@@ -266,7 +266,7 @@ bool LLCurrencyUIManager::Impl::checkTransaction()
return false;
}
if (!mTransaction->process())
if (!mTransaction->is_finished())
{
return false;
}