Skip to content

Commit

Permalink
wont ban a user for giving a bad entry now
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Duffield committed May 25, 2014
1 parent 3b043c1 commit 3022c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 3022c77

Please sign in to comment.