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

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2017-05-11 07:27:43 +01:00
parent 5a49c929dd
commit 1e9db0b38a
1 changed files with 0 additions and 2 deletions

View File

@ -4352,8 +4352,6 @@ 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()) {