CAddrMan: stochastic address manager
[novacoin.git] / src / protocol.h
index b70dd71..613c47f 100644 (file)
@@ -94,7 +94,7 @@ class CAddress : public CService
         unsigned int nTime;
 
         // memory only
-        unsigned int nLastTry;
+        int64 nLastTry;
 };
 
 class CInv