X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Falert.h;h=3e4dd5328ad055d8869329877e4fc9790f8e32eb;hp=7949c769726ffa460e8a5ea83fc28202434ecd8d;hb=6aba6f08af53e3fa49ab4d1ef002e6771d0ce358;hpb=84a4a7763f386934da90e2bd1e355b70023fa9ca 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;