Merge branch '0.4.x' into 0.5.0.x

Conflicts:
	src/keystore.h
This commit is contained in:
Luke Dashjr
2012-04-15 21:05:54 -04:00
7 changed files with 50 additions and 15 deletions

View File

@@ -547,8 +547,10 @@ void CWalletTx::AddSupportingTransactions(CTxDB& txdb)
vtxPrev.push_back(tx);
if (nDepth < COPY_DEPTH)
{
BOOST_FOREACH(const CTxIn& txin, tx.vin)
vWorkQueue.push_back(txin.prevout.hash);
}
}
}
}