aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxnljfr <[email protected]>2014-02-22 21:06:31 +0200
committerxnljfr <[email protected]>2014-02-22 21:06:31 +0200
commit0db076a68e953b0cdc24430d39f4fc74450c4115 (patch)
tree6ec3c7b965d7b8f763f0dca7b3ea4093c59261e8
parentUpdate main.cpp (diff)
downloaddiscoin-0db076a68e953b0cdc24430d39f4fc74450c4115.tar.xz
discoin-0db076a68e953b0cdc24430d39f4fc74450c4115.zip
Update net.h
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index ab4a8d640..72f717e23 100644
--- a/src/net.h
+++ b/src/net.h
@@ -208,7 +208,7 @@ public:
CCriticalSection cs_inventory;
std::multimap<int64, CInv> mapAskFor;
- CNode(SOCKET hSocketIn, CAddress addrIn, std::string addrNameIn = "", bool fInboundIn=false) : vSend(SER_NETWORK, MIN_PROTO_VERSION), vRecv(SER_NETWORK, MIN_PROTO_VERSION)
+ CNode(SOCKET hSocketIn, CAddress addrIn, std::string addrNameIn = "", bool fInboundIn=false) : ssSend(SER_NETWORK, INIT_PROTO_VERSION)
{
nServices = 0;
hSocket = hSocketIn;