wont ban a user for giving a bad entry now

This commit is contained in:
Evan Duffield 2014-05-25 12:50:55 -07:00
parent 3b043c1381
commit 3022c77309

View File

@ -4061,7 +4061,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
} else {
printf("dsee - Rejected masternode entry\n");
// if caught up on blocks, then do this:
pfrom->Misbehaving(20);
//pfrom->Misbehaving(20);
}
}