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__); }