From 76ece18b5c7aff441718b7157fc742da10cda4d2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 12:02:03 -0300 Subject: [PATCH] test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1eca2c07a..2cce7ef67 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1343,7 +1343,7 @@ bool ReadBlockFromDisk(int32_t height,CBlock& block, const CDiskBlockPos& pos) if (filein.IsNull()) { //fprintf(stderr,"readblockfromdisk err A\n"); - return error("ReadBlockFromDisk: OpenBlockFile failed for %s", pos.ToString()); + return false; //error("ReadBlockFromDisk: OpenBlockFile failed for %s", pos.ToString()); } // Read block