File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ namespace Checkpoints
2727 //
2828 static MapCheckpoints mapCheckpoints =
2929 boost::assign::map_list_of
30- ( 0 , Params().HashGenesisBlock() )
31- ( 1000 , uint256(" 0x47aebcfdd0b3f23e8cc153ed322e53d1706822784942726adae2c18de4cb1408" ))
32- ( 10000 , uint256(" 0x0c56aa36c427c65fc6602e821c0b34495b73590b308a71457718b39e185e31e3" ))
33- ( 30000 , uint256(" 0x066d6a599e6b67fbc37ef0cfc16af008633c1c07d522e1ab957a534cf2cbd700" ))
30+ ( 0 , Params().HashGenesisBlock() )
31+ ( 1000 , uint256(" 0x47aebcfdd0b3f23e8cc153ed322e53d1706822784942726adae2c18de4cb1408" ))
32+ ( 10000 , uint256(" 0x0c56aa36c427c65fc6602e821c0b34495b73590b308a71457718b39e185e31e3" ))
33+ ( 30000 , uint256(" 0x066d6a599e6b67fbc37ef0cfc16af008633c1c07d522e1ab957a534cf2cbd700" ))
3434 ;
3535
3636 // TestNet has no checkpoints
Original file line number Diff line number Diff line change 99#define CLIENT_VERSION_MAJOR 1
1010#define CLIENT_VERSION_MINOR 0
1111#define CLIENT_VERSION_REVISION 0
12- #define CLIENT_VERSION_BUILD 4
12+ #define CLIENT_VERSION_BUILD 4
1313
1414// Set to true for release, false for prerelease or test build
1515#define CLIENT_VERSION_IS_RELEASE true
You can’t perform that action at this time.
0 commit comments