Black Pharao Release

Version 4.2.1.0
- wallet makeover
- staking behaviour adjustments
- non mandatory update-
- no need for updating daemons (only recomended if used for staking)
This commit is contained in:
TrianglesCommunityProject
2015-07-22 23:00:36 +02:00
parent 69cc21394f
commit 627c13c0fc
357 changed files with 67423 additions and 37689 deletions
+1 -1
View File
@@ -3624,7 +3624,7 @@ bool ProcessMessages(CNode* pfrom)
PrintExceptionContinue(NULL, "ProcessMessages()");
}
if (!fRet)
if (!fRet && fDebug)
printf("ProcessMessage(%s, %u bytes) FAILED\n", strCommand.c_str(), nMessageSize);
}