X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fprotocol.h;h=ed8beab026e3012ed3bb893eb932ef4e75d61d6b;hb=77a43545b4491b9703d803765da9059d2bdd5aaa;hp=d771406b7cfdf4b582ed0d9fbf18b1fd0dea5dc7;hpb=84a4a7763f386934da90e2bd1e355b70023fa9ca;p=novacoin.git diff --git a/src/protocol.h b/src/protocol.h index d771406..ed8beab 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -75,7 +75,7 @@ class CAddress : public CService { public: CAddress(); - explicit CAddress(CService ipIn, uint64 nServicesIn=NODE_NETWORK); + explicit CAddress(CService ipIn, uint64_t nServicesIn=NODE_NETWORK); void Init(); @@ -98,13 +98,13 @@ class CAddress : public CService // TODO: make private (improves encapsulation) public: - uint64 nServices; + uint64_t nServices; // disk and network only unsigned int nTime; // memory only - int64 nLastTry; + int64_t nLastTry; }; /** inv message data */