From 3022c77309e8b87f28af07981ac94db57bf3e1a4 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Sun, 25 May 2014 12:50:55 -0700 Subject: [PATCH] wont ban a user for giving a bad entry now --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 27966159a4..06e2b5c813 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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); } }