From fe43f943521791e9b4c841346538e8c49cd06fe0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 13 Mar 2017 14:14:39 +0200 Subject: [PATCH] -addnode=78.47.196.146 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7e28ef742..307d1d460 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3413,7 +3413,7 @@ bool ProcessNewBlock(int32_t height,CValidationState &state, CNode* pfrom, CBloc fRequested |= fForceProcessing; if (!checked) { if ( pfrom != 0 ) - Misbehaving(pfrom->GetId(), 20); + Misbehaving(pfrom->GetId(), 1); return error("%s: CheckBlock FAILED", __func__); }