]> Git Repo - VerusCoin.git/commitdiff
Revert "Remove an unneeded version workaround as per @str4d's review comment."
authorSean Bowe <[email protected]>
Sat, 24 Jun 2017 00:19:17 +0000 (18:19 -0600)
committerSean Bowe <[email protected]>
Sat, 24 Jun 2017 00:19:17 +0000 (18:19 -0600)
This reverts commit 1e9db0b38a64e8df510294e44b5e6afb4b2dffc8.

src/main.cpp

index 6d5ab00f18a0c880d803a1d30251cf14604e0e21..50bd496207b59ac211bedbc5f0183e3953299a27 100644 (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()) {
This page took 0.02898 seconds and 4 git commands to generate.