This commit is contained in:
jl777
2018-04-16 01:09:02 +03:00
parent 49601901de
commit 876e74e980

View File

@@ -3916,7 +3916,7 @@ bool ProcessNewBlock(int32_t height,CValidationState &state, CNode* pfrom, CBloc
{ {
if ( pfrom != 0 ) if ( pfrom != 0 )
{ {
Misbehaving(pfrom->GetId(), 1); //Misbehaving(pfrom->GetId(), 1);
} }
return error("%s: CheckBlock FAILED", __func__); return error("%s: CheckBlock FAILED", __func__);
} }