Skip to content

Commit

Permalink
Revert "Remove an unneeded version workaround as per @str4d's review …
Browse files Browse the repository at this point in the history
…comment."

This reverts commit 1e9db0b.
  • Loading branch information
ebfull committed Jun 24, 2017
1 parent d52ac0d commit 9ad9a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 9ad9a25

Please sign in to comment.