X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnet.h;h=96e3680d3803dc4a92c7a17b84d89a4d1bf2d4fb;hb=b2de28c74040595fa3fe5353ea063a8c3874f6b1;hp=55f4d743dcabcdc9889faea57790f188b648e478;hpb=fdb365df0e9bf1b3073ea38212664cb59863bbd0;p=novacoin.git diff --git a/src/net.h b/src/net.h index 55f4d74..96e3680 100644 --- a/src/net.h +++ b/src/net.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_NET_H #define BITCOIN_NET_H @@ -111,7 +111,7 @@ public: int64 nLastRecv; int64 nLastSendEmpty; int64 nTimeConnected; - unsigned int nHeaderStart; + signed int nHeaderStart; unsigned int nMessageStart; CAddress addr; int nVersion;