Small fixes.

This commit is contained in:
JoelKatz
2012-06-04 00:07:57 -07:00
parent b3f91fc7b2
commit 46f2248ce8
3 changed files with 6 additions and 6 deletions

View File

@@ -420,7 +420,7 @@ SHAMap::pointer LedgerConsensus::getTransactionTree(const uint256& hash, bool do
{
boost::unordered_map<uint256, SHAMap::pointer>::iterator it = mComplete.find(hash);
if (it == mComplete.end())
{ // we have not completed acuiqiring this ledger
{ // we have not completed acquiring this ledger
if (doAcquire)
{
TransactionAcquire::pointer& acquiring = mAcquiring[hash];