X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fkernel.cpp;fp=src%2Fkernel.cpp;h=a2a0e0e60ed9ab495a58710dc22135b55cce3933;hp=876e829bf0c55a0b829dfa0c4c1f6e792df7bca2;hb=60cf27d9500deb3bc80ffa8ce5dc3e8284a4c658;hpb=3fa5baa680a6c95f62454e421b02f91247164d9d diff --git a/src/kernel.cpp b/src/kernel.cpp index 876e829..a2a0e0e 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -5,8 +5,6 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include - #include "kernel.h" #include "kernel_worker.h" #include "txdb-leveldb.h" @@ -30,25 +28,25 @@ typedef std::map MapModifierCheckpoints; // Hard checkpoints of stake modifiers to ensure they are deterministic static std::map mapStakeModifierCheckpoints = - boost::assign::map_list_of - ( 0, 0x0e00670bu ) - ( 12661, 0x5d84115du ) - (143990, 0x9c592c78u ) - (149000, 0x48f2bdc4u ) - (160000, 0x789df0f0u ) - (200000, 0x01ec1503u ) - (221047, 0x0b39ef50u ) - (243100, 0xe928d83au ) - (532000, 0x3e5c2b81u ) - (561108, 0x9c1860b0u ) - (712891, 0xee193895u ) - ; + { + { 0, 0x0e00670bu }, + { 12661, 0x5d84115du }, + {143990, 0x9c592c78u }, + {149000, 0x48f2bdc4u }, + {160000, 0x789df0f0u }, + {200000, 0x01ec1503u }, + {221047, 0x0b39ef50u }, + {243100, 0xe928d83au }, + {532000, 0x3e5c2b81u }, + {561108, 0x9c1860b0u }, + {712891, 0xee193895u } + }; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet) static std::map mapStakeModifierCheckpointsTestNet = - boost::assign::map_list_of - ( 0, 0x0e00670bu ) - ; + { + { 0, 0x0e00670bu } + }; // Pregenerated entropy bits table (from genesis to #9689) //