X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fcheckpoints.cpp;h=c7e054df378157e0ba753c501cbdfc936e300e7e;hp=578742e3093065cf129ed03f509e86f6340b2bea;hb=bde280b9a4da2652716c8ffdeed9ebfa4461cc70;hpb=21d9f36781604e4ca9fc35dc65265593423b73e9 diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 578742e..c7e054d 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -2,8 +2,6 @@ // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. -#include - #include // for 'map_list_of()' #include @@ -54,7 +52,7 @@ namespace Checkpoints { if (fTestNet) return NULL; - int64_t nResult; + int64 nResult; BOOST_REVERSE_FOREACH(const MapCheckpoints::value_type& i, mapCheckpoints) { const uint256& hash = i.second;