This commit is contained in:
jl777
2016-10-20 16:21:41 -03:00
parent 92ec2db8e9
commit b93286c28e
3 changed files with 2 additions and 3 deletions

View File

@@ -1343,7 +1343,7 @@ bool ReadBlockFromDisk(int32_t height,CBlock& block, const CDiskBlockPos& pos)
if (filein.IsNull())
{
//fprintf(stderr,"readblockfromdisk err A\n");
return false; //error("ReadBlockFromDisk: OpenBlockFile failed for %s", pos.ToString());
return error("ReadBlockFromDisk: OpenBlockFile failed for %s", pos.ToString());
}
// Read block