X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Falert.h;h=3e4dd5328ad055d8869329877e4fc9790f8e32eb;hb=9c9ba366ebc85b0d8eef6d962a9fa84cffe0cae7;hp=7949c769726ffa460e8a5ea83fc28202434ecd8d;hpb=84a4a7763f386934da90e2bd1e355b70023fa9ca;p=novacoin.git diff --git a/src/alert.h b/src/alert.h index 7949c76..3e4dd53 100644 --- a/src/alert.h +++ b/src/alert.h @@ -24,8 +24,8 @@ class CUnsignedAlert { public: int nVersion; - int64 nRelayUntil; // when newer nodes stop relaying to newer nodes - int64 nExpiration; + int64_t nRelayUntil; // when newer nodes stop relaying to newer nodes + int64_t nExpiration; int nID; int nCancel; std::set setCancel;