Merge branch 'dbenv' into tmp

Conflicts:
	src/db.cpp
This commit is contained in:
Jeff Garzik
2012-05-22 17:45:00 -04:00
committed by Jeff Garzik
5 changed files with 165 additions and 138 deletions

View File

@@ -1463,7 +1463,6 @@ bool static Reorganize(CTxDB& txdb, CBlockIndex* pindexNew)
if (!block.ConnectBlock(txdb, pindex))
{
// Invalid block
txdb.TxnAbort();
return error("Reorganize() : ConnectBlock %s failed", pindex->GetBlockHash().ToString().substr(0,20).c_str());
}