]> Git Repo - VerusCoin.git/blobdiff - src/net.h
boost: moveonly: create eccryptoverify.h|cpp and move helper functions there
[VerusCoin.git] / src / net.h
index ad0a1df7e2b76c0a6c9edf637ce4e9a81585ecd7..340158512df342d302dfbe0b39a0954d8562eb2c 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -14,6 +14,7 @@
 #include "netbase.h"
 #include "protocol.h"
 #include "random.h"
+#include "streams.h"
 #include "sync.h"
 #include "uint256.h"
 #include "utilstrencodings.h"
@@ -158,7 +159,6 @@ public:
     int nStartingHeight;
     uint64_t nSendBytes;
     uint64_t nRecvBytes;
-    bool fSyncNode;
     bool fWhitelisted;
     double dPingTime;
     double dPingWait;
@@ -276,10 +276,7 @@ protected:
 
 public:
     uint256 hashContinue;
-    CBlockIndex* pindexLastGetBlocksBegin;
-    uint256 hashLastGetBlocksEnd;
     int nStartingHeight;
-    bool fStartSync;
 
     // flood relay
     std::vector<CAddress> vAddrToSend;
This page took 0.023463 seconds and 4 git commands to generate.