Merge branch 'dbenv' into tmp
Conflicts: src/db.cpp
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user