From 876e74e980b746ec7383231f52573d2988b5a93c Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 01:09:02 +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 58ff820f5..cae2c73a7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3916,7 +3916,7 @@ bool ProcessNewBlock(int32_t height,CValidationState &state, CNode* pfrom, CBloc { if ( pfrom != 0 ) { - Misbehaving(pfrom->GetId(), 1); + //Misbehaving(pfrom->GetId(), 1); } return error("%s: CheckBlock FAILED", __func__); }