diff options
| author | xnljfr <[email protected]> | 2014-02-22 21:06:31 +0200 |
|---|---|---|
| committer | xnljfr <[email protected]> | 2014-02-22 21:06:31 +0200 |
| commit | 0db076a68e953b0cdc24430d39f4fc74450c4115 (patch) | |
| tree | 6ec3c7b965d7b8f763f0dca7b3ea4093c59261e8 | |
| parent | Update main.cpp (diff) | |
| download | discoin-0db076a68e953b0cdc24430d39f4fc74450c4115.tar.xz discoin-0db076a68e953b0cdc24430d39f4fc74450c4115.zip | |
Update net.h
| -rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |