Revert "Remove an unneeded version workaround as per @str4d's review comment."

This reverts commit 1e9db0b38a.
This commit is contained in:
Sean Bowe 2017-06-23 18:19:17 -06:00
parent d52ac0d498
commit 9ad9a25eff
1 changed files with 2 additions and 0 deletions

View File

@ -4358,6 +4358,8 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
return false;
}
if (pfrom->nVersion == 10300)
pfrom->nVersion = 300;
if (!vRecv.empty())
vRecv >> addrFrom >> nNonce;
if (!vRecv.empty()) {