This commit is contained in:
JoelKatz
2012-05-10 17:18:20 -07:00
parent d6529b6927
commit 6dc8d762e8

View File

@@ -271,6 +271,7 @@ bool LedgerAcquire::takeTxNode(const std::list<SHAMapNode>& nodeIDs,
{
mHaveTransactions = true;
if (mHaveState) mComplete = true;
}
return true;
}