-addnode=78.47.196.146

This commit is contained in:
jl777
2017-03-13 14:14:39 +02:00
parent 36f1b84bee
commit fe43f94352

View File

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