From 5304e9459b27b13b8c155f04d5ee93e45f38f1cd Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 3 Feb 2017 16:14:40 +0200 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 6141f97ea..f1443e42a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4344,7 +4344,7 @@ void static ProcessGetData(CNode* pfrom) CBlock block; if (!ReadBlockFromDisk(block, (*mi).second)) { - assert(!"cannot load block from disk"); + //assert(!"cannot load block from disk"); } else {